Html Css Color HEX #BBC99C Sprout

📋 copy color: '#BBC99C'

red 187 ◦ green 201 ◦ blue 156

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

Shades of Sprout #BBC99C

Tints of Sprout #BBC99C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.68%

R = 34.38%
G = 36.95%
B = 28.68%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#BBC99C (or 0xBBC99C) is known color: Sprout. HEX triplet: BB, C9 and 9C. RGB value is (187,201,156). Sum of RGB (Red+Green+Blue) = 187+201+156=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 156 (61.33% from 255 or 28.68% from 544); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC99C is #443663. Grayscale: #BFBFBF. Windows color (decimal): -4470372 or 10275259. OLE color: 10275259.

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

Color convert

RGB 187 201 156 -
CMYK 0.07 0 0.22 0.21
HSL 78.67º 0.29% 0.7% -
HSV(B) 78.67º 0.22% 0.79% -
XYZ 47.38 54.74 39.52 -
YUV 191.68 107.86 124.66 -
System Red Green Blue C M Y K H S L
Decimal 187 201 156 0.07 0 0.22 0.21 78.67 0.29 0.7
Hex BB C9 9C 7 0 16 15 4F 1D 46
Octal 273 311 234 7 0 26 25 117 35 106
Binary 10111011 11001001 10011100 111 0 10110 10101 1001111 11101 1000110

Color Harmonies of #BBC99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC99C

Black with #BBC99C

Text Example


Text Example

White with #BBC99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC99C; }

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

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

background-color css

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

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

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

border-color css

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

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

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