Html Css Color HEX #BCD992 Sprout

📋 copy color: '#BCD992'

red 188 ◦ green 217 ◦ blue 146

#BCD992
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sprout #BCD992

Tints of Sprout #BCD992

RGB

 RED value IS 188 (73.83% from 255) = 34.12%

 GREEN value IS 217 (85.16% from 255) = 39.38%

 BLUE value IS 146 (57.42% from 255) = 26.5%

R = 34.12%
G = 39.38%
B = 26.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCD992 (or 0xBCD992) is known color: Sprout. HEX triplet: BC, D9 and 92. RGB value is (188,217,146). Sum of RGB (Red+Green+Blue) = 188+217+146=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 146 (57.42% from 255 or 26.50% from 551); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD992 is #43266D. Grayscale: #C8C8C8. Windows color (decimal): -4400750 or 9623996. OLE color: 9623996.

HSL color Cylindrical-coordinate representation of color #BCD992: hue angle of 84.51º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCD992 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 217 146 -
CMYK 0.13 0 0.33 0.15
HSL 84.51º 0.48% 0.71% -
HSV(B) 84.51º 0.33% 0.85% -
XYZ 50.74 62.39 36.56 -
YUV 200.24 97.39 119.27 -
System Red Green Blue C M Y K H S L
Decimal 188 217 146 0.13 0 0.33 0.15 84.51 0.48 0.71
Hex BC D9 92 D 0 21 F 55 30 47
Octal 274 331 222 15 0 41 17 125 60 107
Binary 10111100 11011001 10010010 1101 0 100001 1111 1010101 110000 1000111

Color Harmonies of #BCD992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD992

Black with #BCD992

Text Example


Text Example

White with #BCD992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD992; }

 p { color: rgb(188,217,146); }

 H1.HeaderClassName
 {
   color: #BCD992;
 }
 .AnyTagClassName
 {
   color: #BCD992;
 }
</style>

background-color css

<style>
 a { background-color: #BCD992; }

 a { background-color: rgb(188,217,146); }

 div.DivClassName
 {
   background-color: #BCD992;
 }
 .BgClassName
 {
   background-color: #BCD992;
 }
</style>

border-color css

<style>
 span { border-color: #BCD992; }

 span { border-color: rgb(188,217,146); }

 td.TdClassName
 {
   border-color: #BCD992;
 }
 .TagClassName
 {
   border-color: #BCD992;
 }
</style>