Html Css Color HEX #BBCC9D Sprout

📋 copy color: '#BBCC9D'

red 187 ◦ green 204 ◦ blue 157

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

Shades of Sprout #BBCC9D

Tints of Sprout #BBCC9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.65%

R = 34.12%
G = 37.23%
B = 28.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#BBCC9D (or 0xBBCC9D) is known color: Sprout. HEX triplet: BB, CC and 9D. RGB value is (187,204,157). Sum of RGB (Red+Green+Blue) = 187+204+157=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 157 (61.72% from 255 or 28.65% from 548); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCC9D is #443362. Grayscale: #C1C1C1. Windows color (decimal): -4469603 or 10341563. OLE color: 10341563.

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

Color convert

RGB 187 204 157 -
CMYK 0.08 0 0.23 0.2
HSL 81.7º 0.32% 0.71% -
HSV(B) 81.7º 0.23% 0.8% -
XYZ 48.17 56.18 40.2 -
YUV 193.56 107.37 123.32 -
System Red Green Blue C M Y K H S L
Decimal 187 204 157 0.08 0 0.23 0.2 81.7 0.32 0.71
Hex BB CC 9D 8 0 17 14 52 20 47
Octal 273 314 235 10 0 27 24 122 40 107
Binary 10111011 11001100 10011101 1000 0 10111 10100 1010010 100000 1000111

Color Harmonies of #BBCC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCC9D

Black with #BBCC9D

Text Example


Text Example

White with #BBCC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCC9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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