Html Css Color HEX #BBCC94 Sprout

📋 copy color: '#BBCC94'

red 187 ◦ green 204 ◦ blue 148

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

Shades of Sprout #BBCC94

Tints of Sprout #BBCC94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.46%

R = 34.69%
G = 37.85%
B = 27.46%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#BBCC94 (or 0xBBCC94) is known color: Sprout. HEX triplet: BB, CC and 94. RGB value is (187,204,148). Sum of RGB (Red+Green+Blue) = 187+204+148=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 148 (58.20% from 255 or 27.46% from 539); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCC94 is #44336B. Grayscale: #C0C0C0. Windows color (decimal): -4469612 or 9751739. OLE color: 9751739.

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

Color convert

RGB 187 204 148 -
CMYK 0.08 0 0.27 0.2
HSL 78.21º 0.35% 0.69% -
HSV(B) 78.21º 0.27% 0.8% -
XYZ 47.43 55.89 36.3 -
YUV 192.53 102.87 124.05 -
System Red Green Blue C M Y K H S L
Decimal 187 204 148 0.08 0 0.27 0.2 78.21 0.35 0.69
Hex BB CC 94 8 0 1B 14 4E 23 45
Octal 273 314 224 10 0 33 24 116 43 105
Binary 10111011 11001100 10010100 1000 0 11011 10100 1001110 100011 1000101

Color Harmonies of #BBCC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCC94

Black with #BBCC94

Text Example


Text Example

White with #BBCC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCC94; }

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

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

background-color css

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

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

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

border-color css

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

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

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