#B4CA90

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

Shades of Sprout #B4CA90

Tints of Sprout #B4CA90

Color information

#B4CA90 (or 0xB4CA90) is unknown color: approx Sprout. HEX triplet: B4, CA and 90. RGB value is (180,202,144). Sum of RGB (Red+Green+Blue) = 180+202+144=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 144 (56.64% from 255 or 27.38% from 526); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CA90 is #4B356F. Grayscale: #BDBDBD. Windows color (decimal): -4928880 or 9489076. OLE color: 9489076.

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

Color convert

RGB180202144-
CMYK0.1100.290.21
HSL82.76º35.37%67.84%-
HSV(B)82.76º28.71%79.22%-
XYZ44.9853.9634.43-
YUV188.81102.71121.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.22%
GREEN value IS 202 (79.30% from 255) = 38.40%
BLUE value IS 144 (56.64% from 255) = 27.38%
R=34.22%
G=38.40%
B=27.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1802021440.1100.290.2182.7635.3767.84
HexB4CA90B01D15532344
Octal264312220130352512343104
Binary10110100110010101001000010110111011010110100111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CA90; }

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

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

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

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

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

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

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

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