#B5CA75

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

Shades of Caper #B5CA75

Tints of Caper #B5CA75

Color information

#B5CA75 (or 0xB5CA75) is unknown color: approx Caper. HEX triplet: B5, CA and 75. RGB value is (181,202,117). Sum of RGB (Red+Green+Blue) = 181+202+117=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CA75 is #4A358A. Grayscale: #BABABA. Windows color (decimal): -4863371 or 7719605. OLE color: 7719605.

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

Color convert

RGB181202117-
CMYK0.1000.420.21
HSL74.82º44.5%62.55%-
HSV(B)74.82º42.08%79.22%-
XYZ43.3953.3524.84-
YUV186.0389.04124.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.2%
GREEN value IS 202 (79.30% from 255) = 40.4%
BLUE value IS 117 (46.09% from 255) = 23.4%
R=36.2%
G=40.4%
B=23.4%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1812021170.1000.420.2174.8244.562.55
HexB5CA75A02A154b2d3f
Octal26531216512052251135577
Binary1011010111001010111010110100101010101011001011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CA75; }

 p { color: rgb(181,202,117); }

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

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

 a { background-color: rgb(181,202,117); }

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

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

 span { border-color: rgb(181,202,117); }

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