Html Css Color HEX #BBCC9F Sprout

📋 copy color: '#BBCC9F'

red 187 ◦ green 204 ◦ blue 159

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

Shades of Sprout #BBCC9F

Tints of Sprout #BBCC9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 28.91%

R = 34%
G = 37.09%
B = 28.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#BBCC9F (or 0xBBCC9F) is known color: Sprout. HEX triplet: BB, CC and 9F. RGB value is (187,204,159). Sum of RGB (Red+Green+Blue) = 187+204+159=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 159 (62.5% from 255 or 28.91% from 550); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCC9F is #443360. Grayscale: #C1C1C1. Windows color (decimal): -4469601 or 10472635. OLE color: 10472635.

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

Color convert

RGB 187 204 159 -
CMYK 0.08 0 0.22 0.2
HSL 82.67º 0.31% 0.71% -
HSV(B) 82.67º 0.22% 0.8% -
XYZ 48.34 56.25 41.11 -
YUV 193.79 108.37 123.16 -
System Red Green Blue C M Y K H S L
Decimal 187 204 159 0.08 0 0.22 0.2 82.67 0.31 0.71
Hex BB CC 9F 8 0 16 14 53 1F 47
Octal 273 314 237 10 0 26 24 123 37 107
Binary 10111011 11001100 10011111 1000 0 10110 10100 1010011 11111 1000111

Color Harmonies of #BBCC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCC9F

Black with #BBCC9F

Text Example


Text Example

White with #BBCC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCC9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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