#B4CB8E

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

Shades of Sprout #B4CB8E

Tints of Sprout #B4CB8E

Color information

#B4CB8E (or 0xB4CB8E) is unknown color: approx Sprout. HEX triplet: B4, CB and 8E. RGB value is (180,203,142). Sum of RGB (Red+Green+Blue) = 180+203+142=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CB8E is #4B3471. Grayscale: #BDBDBD. Windows color (decimal): -4928626 or 9358260. OLE color: 9358260.

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

Color convert

RGB180203142-
CMYK0.1100.300.20
HSL82.62º36.97%67.65%-
HSV(B)82.62º30.05%79.61%-
XYZ45.0654.3733.71-
YUV189.17101.38121.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.29%
GREEN value IS 203 (79.69% from 255) = 38.67%
BLUE value IS 142 (55.86% from 255) = 27.05%
R=34.29%
G=38.67%
B=27.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1802031420.1100.300.2082.6236.9767.65
HexB4CB8EB01E14532544
Octal264313216130362412345104
Binary10110100110010111000111010110111101010010100111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CB8E; }

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

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

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

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

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

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

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

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