Html Css Color HEX #BBC992 Sprout

📋 copy color: '#BBC992'

red 187 ◦ green 201 ◦ blue 146

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

Shades of Sprout #BBC992

Tints of Sprout #BBC992

RGB

 RED value IS 187 (73.44% from 255) = 35.02%

 GREEN value IS 201 (78.91% from 255) = 37.64%

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

R = 35.02%
G = 37.64%
B = 27.34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#BBC992 (or 0xBBC992) is known color: Sprout. HEX triplet: BB, C9 and 92. RGB value is (187,201,146). Sum of RGB (Red+Green+Blue) = 187+201+146=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 201 (78.91% from 255 or 37.64% from 534); Blue value is 146 (57.42% from 255 or 27.34% from 534); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC992 is #44366D. Grayscale: #BEBEBE. Windows color (decimal): -4470382 or 9619899. OLE color: 9619899.

HSL color Cylindrical-coordinate representation of color #BBC992: hue angle of 75.27º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBC992 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 201 146 -
CMYK 0.07 0 0.27 0.21
HSL 75.27º 0.34% 0.68% -
HSV(B) 75.27º 0.27% 0.79% -
XYZ 46.57 54.41 35.24 -
YUV 190.54 102.86 125.47 -
System Red Green Blue C M Y K H S L
Decimal 187 201 146 0.07 0 0.27 0.21 75.27 0.34 0.68
Hex BB C9 92 7 0 1B 15 4B 22 44
Octal 273 311 222 7 0 33 25 113 42 104
Binary 10111011 11001001 10010010 111 0 11011 10101 1001011 100010 1000100

Color Harmonies of #BBC992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC992

Black with #BBC992

Text Example


Text Example

White with #BBC992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC992; }

 p { color: rgb(187,201,146); }

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

background-color css

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

 a { background-color: rgb(187,201,146); }

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

border-color css

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

 span { border-color: rgb(187,201,146); }

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