#B4CB8D

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

Shades of Sprout #B4CB8D

Tints of Sprout #B4CB8D

Color information

#B4CB8D (or 0xB4CB8D) is unknown color: approx Sprout. HEX triplet: B4, CB and 8D. RGB value is (180,203,141). Sum of RGB (Red+Green+Blue) = 180+203+141=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CB8D is #4B3472. Grayscale: #BDBDBD. Windows color (decimal): -4928627 or 9292724. OLE color: 9292724.

HSL color Cylindrical-coordinate representation of color #B4CB8D: hue angle of 82.26º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B4CB8D is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB180203141-
CMYK0.1100.310.20
HSL82.26º37.35%67.45%-
HSV(B)82.26º30.54%79.61%-
XYZ44.9954.3433.32-
YUV189.06100.88121.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.35%
GREEN value IS 203 (79.69% from 255) = 38.74%
BLUE value IS 141 (55.47% from 255) = 26.91%
R=34.35%
G=38.74%
B=26.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1802031410.1100.310.2082.2637.3567.45
HexB4CB8DB01F14522543
Octal264313215130372412245103
Binary10110100110010111000110110110111111010010100101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CB8D; }

 p { color: rgb(180,203,141); }

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

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

 a { background-color: rgb(180,203,141); }

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

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

 span { border-color: rgb(180,203,141); }

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