Html Css Color HEX #BBCC99 Sprout

📋 copy color: '#BBCC99'

red 187 ◦ green 204 ◦ blue 153

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

Shades of Sprout #BBCC99

Tints of Sprout #BBCC99

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.5%

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

R = 34.38%
G = 37.5%
B = 28.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#BBCC99 (or 0xBBCC99) is known color: Sprout. HEX triplet: BB, CC and 99. RGB value is (187,204,153). Sum of RGB (Red+Green+Blue) = 187+204+153=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 204 (80.08% from 255 or 37.5% from 544); Blue value is 153 (60.16% from 255 or 28.12% from 544); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCC99 is #443366. Grayscale: #C1C1C1. Windows color (decimal): -4469607 or 10079419. OLE color: 10079419.

HSL color Cylindrical-coordinate representation of color #BBCC99: hue angle of 80º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBCC99 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 204 153 -
CMYK 0.08 0 0.25 0.2
HSL 80º 0.33% 0.7% -
HSV(B) 80º 0.25% 0.8% -
XYZ 47.84 56.05 38.43 -
YUV 193.1 105.37 123.65 -
System Red Green Blue C M Y K H S L
Decimal 187 204 153 0.08 0 0.25 0.2 80 0.33 0.7
Hex BB CC 99 8 0 19 14 50 21 46
Octal 273 314 231 10 0 31 24 120 41 106
Binary 10111011 11001100 10011001 1000 0 11001 10100 1010000 100001 1000110

Color Harmonies of #BBCC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCC99

Black with #BBCC99

Text Example


Text Example

White with #BBCC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCC99; }

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

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

background-color css

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

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

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

border-color css

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

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

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