#B8CB9E

Color #B8CB9E Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #B8CB9E

Tints of Sprout #B8CB9E

Color information

#B8CB9E (or 0xB8CB9E) is unknown color: approx Sprout. HEX triplet: B8, CB and 9E. RGB value is (184,203,158). Sum of RGB (Red+Green+Blue) = 184+203+158=545 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.76% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 158 (62.11% from 255 or 28.99% from 545); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CB9E is #473461. Grayscale: #C0C0C0. Windows color (decimal): -4666466 or 10406840. OLE color: 10406840.

HSL color Cylindrical-coordinate representation of color #B8CB9E: hue angle of 85.33º degrees, saturation: 0.3, 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 #B8CB9E is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB184203158-
CMYK0.0900.220.20
HSL85.33º30.2%70.78%-
HSV(B)85.33º22.17%79.61%-
XYZ47.2955.3740.54-
YUV192.19108.71122.16-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.76%
GREEN value IS 203 (79.69% from 255) = 37.25%
BLUE value IS 158 (62.11% from 255) = 28.99%
R=33.76%
G=37.25%
B=28.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1842031580.0900.220.2085.3330.270.78
HexB8CB9E901614551e47
Octal270313236110262412536107
Binary1011100011001011100111101001010110101001010101111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CB9E; }

 p { color: rgb(184,203,158); }

 H1.HeaderClassName
 {
   color: #B8CB9E;
 }
 .AnyTagClassName
 {
   color: #B8CB9E;
 }
</style>
background-color css

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

 a { background-color: rgb(184,203,158); }

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

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

 span { border-color: rgb(184,203,158); }

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