Html Css Color HEX #BBCC92 Sprout

📋 copy color: '#BBCC92'

red 187 ◦ green 204 ◦ blue 146

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

Shades of Sprout #BBCC92

Tints of Sprout #BBCC92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.19%

R = 34.82%
G = 37.99%
B = 27.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#BBCC92 (or 0xBBCC92) is known color: Sprout. HEX triplet: BB, CC and 92. RGB value is (187,204,146). Sum of RGB (Red+Green+Blue) = 187+204+146=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 146 (57.42% from 255 or 27.19% from 537); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCC92 is #44336D. Grayscale: #C0C0C0. Windows color (decimal): -4469614 or 9620667. OLE color: 9620667.

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

Color convert

RGB 187 204 146 -
CMYK 0.08 0 0.28 0.2
HSL 77.59º 0.36% 0.69% -
HSV(B) 77.59º 0.28% 0.8% -
XYZ 47.27 55.83 35.48 -
YUV 192.31 101.87 124.22 -
System Red Green Blue C M Y K H S L
Decimal 187 204 146 0.08 0 0.28 0.2 77.59 0.36 0.69
Hex BB CC 92 8 0 1C 14 4E 24 45
Octal 273 314 222 10 0 34 24 116 44 105
Binary 10111011 11001100 10010010 1000 0 11100 10100 1001110 100100 1000101

Color Harmonies of #BBCC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCC92

Black with #BBCC92

Text Example


Text Example

White with #BBCC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCC92; }

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

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

background-color css

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

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

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

border-color css

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

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

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