#B4CA70

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

Shades of Caper #B4CA70

Tints of Caper #B4CA70

Color information

#B4CA70 (or 0xB4CA70) is unknown color: approx Caper. HEX triplet: B4, CA and 70. RGB value is (180,202,112). Sum of RGB (Red+Green+Blue) = 180+202+112=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CA70 is #4B358F. Grayscale: #B9B9B9. Windows color (decimal): -4928912 or 7391924. OLE color: 7391924.

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

Color convert

RGB180202112-
CMYK0.1100.450.21
HSL74.67º45.92%61.57%-
HSV(B)74.67º44.55%79.22%-
XYZ42.8753.1123.32-
YUV185.1686.71124.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.44%
GREEN value IS 202 (79.30% from 255) = 40.89%
BLUE value IS 112 (44.14% from 255) = 22.67%
R=36.44%
G=40.89%
B=22.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1802021120.1100.450.2174.6745.9261.57
HexB4CA70B02D154b2e3e
Octal26431216013055251135676
Binary1011010011001010111000010110101101101011001011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CA70; }

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

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

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

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

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

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

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

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