#B8CA80

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

Shades of Caper #B8CA80

Tints of Caper #B8CA80

Color information

#B8CA80 (or 0xB8CA80) is unknown color: approx Caper. HEX triplet: B8, CA and 80. RGB value is (184,202,128). Sum of RGB (Red+Green+Blue) = 184+202+128=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CA80 is #47357F. Grayscale: #BCBCBC. Windows color (decimal): -4666752 or 8440504. OLE color: 8440504.

HSL color Cylindrical-coordinate representation of color #B8CA80: hue angle of 74.59º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B8CA80 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB184202128-
CMYK0.0900.370.21
HSL74.59º41.11%64.71%-
HSV(B)74.59º36.63%79.22%-
XYZ44.7853.9928.48-
YUV188.1894.04125.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.80%
GREEN value IS 202 (79.30% from 255) = 39.30%
BLUE value IS 128 (50.39% from 255) = 24.90%
R=35.80%
G=39.30%
B=24.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1842021280.0900.370.2174.5941.1164.71
HexB8CA809025154b2941
Octal270312200110452511351101
Binary101110001100101010000000100101001011010110010111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CA80; }

 p { color: rgb(184,202,128); }

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

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

 a { background-color: rgb(184,202,128); }

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

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

 span { border-color: rgb(184,202,128); }

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