#B8CE73

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

Shades of Caper #B8CE73

Tints of Caper #B8CE73

Color information

#B8CE73 (or 0xB8CE73) is unknown color: approx Caper. HEX triplet: B8, CE and 73. RGB value is (184,206,115). Sum of RGB (Red+Green+Blue) = 184+206+115=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 206 - color contains mainly: green. Hex color #B8CE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8CE73 is #47318C. Grayscale: #BDBDBD. Windows color (decimal): -4665741 or 7589560. OLE color: 7589560.

HSL color Cylindrical-coordinate representation of color #B8CE73: hue angle of 74.51º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B8CE73 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB184206115-
CMYK0.1100.440.19
HSL74.51º48.15%62.94%-
HSV(B)74.51º44.17%80.78%-
XYZ44.9355.5724.58-
YUV189.0586.21124.4-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.44%
GREEN value IS 206 (80.86% from 255) = 40.79%
BLUE value IS 115 (45.31% from 255) = 22.77%
R=36.44%
G=40.79%
B=22.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1842061150.1100.440.1974.5148.1562.94
HexB8CE73B02C134b303f
Octal27031616313054231136077
Binary1011100011001110111001110110101100100111001011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CE73; }

 p { color: rgb(184,206,115); }

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

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

 a { background-color: rgb(184,206,115); }

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

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

 span { border-color: rgb(184,206,115); }

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