#B4CA9B

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

Shades of Sprout #B4CA9B

Tints of Sprout #B4CA9B

Color information

#B4CA9B (or 0xB4CA9B) is unknown color: approx Sprout. HEX triplet: B4, CA and 9B. RGB value is (180,202,155). Sum of RGB (Red+Green+Blue) = 180+202+155=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CA9B is #4B3564. Grayscale: #BEBEBE. Windows color (decimal): -4928869 or 10209972. OLE color: 10209972.

HSL color Cylindrical-coordinate representation of color #B4CA9B: hue angle of 88.09º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4CA9B is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB180202155-
CMYK0.1100.230.21
HSL88.09º30.72%70%-
HSV(B)88.09º23.27%79.22%-
XYZ45.8654.3139.08-
YUV190.06108.21120.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.52%
GREEN value IS 202 (79.30% from 255) = 37.62%
BLUE value IS 155 (60.94% from 255) = 28.86%
R=33.52%
G=37.62%
B=28.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1802021550.1100.230.2188.0930.7270
HexB4CA9BB01715581f46
Octal264312233130272513037106
Binary1011010011001010100110111011010111101011011000111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CA9B; }

 p { color: rgb(180,202,155); }

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

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

 a { background-color: rgb(180,202,155); }

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

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

 span { border-color: rgb(180,202,155); }

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