Html Css Color HEX #BBCA99 Sprout

📋 copy color: '#BBCA99'

red 187 ◦ green 202 ◦ blue 153

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

Shades of Sprout #BBCA99

Tints of Sprout #BBCA99

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.27%

 BLUE value IS 153 (60.16% from 255) = 28.23%

R = 34.5%
G = 37.27%
B = 28.23%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#BBCA99 (or 0xBBCA99) is known color: Sprout. HEX triplet: BB, CA and 99. RGB value is (187,202,153). Sum of RGB (Red+Green+Blue) = 187+202+153=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 153 (60.16% from 255 or 28.23% from 542); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCA99 is #443566. Grayscale: #C0C0C0. Windows color (decimal): -4470119 or 10078907. OLE color: 10078907.

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

Color convert

RGB 187 202 153 -
CMYK 0.07 0 0.24 0.21
HSL 78.37º 0.32% 0.7% -
HSV(B) 78.37º 0.24% 0.79% -
XYZ 47.36 55.11 38.28 -
YUV 191.93 106.03 124.48 -
System Red Green Blue C M Y K H S L
Decimal 187 202 153 0.07 0 0.24 0.21 78.37 0.32 0.7
Hex BB CA 99 7 0 18 15 4E 20 46
Octal 273 312 231 7 0 30 25 116 40 106
Binary 10111011 11001010 10011001 111 0 11000 10101 1001110 100000 1000110

Color Harmonies of #BBCA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCA99

Black with #BBCA99

Text Example


Text Example

White with #BBCA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCA99; }

 p { color: rgb(187,202,153); }

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

background-color css

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

 a { background-color: rgb(187,202,153); }

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

border-color css

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

 span { border-color: rgb(187,202,153); }

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