#B8CE7D

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

Shades of Caper #B8CE7D

Tints of Caper #B8CE7D

Color information

#B8CE7D (or 0xB8CE7D) is unknown color: approx Caper. HEX triplet: B8, CE and 7D. RGB value is (184,206,125). Sum of RGB (Red+Green+Blue) = 184+206+125=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 206 - color contains mainly: green. Hex color #B8CE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8CE7D is #473182. Grayscale: #BEBEBE. Windows color (decimal): -4665731 or 8244920. OLE color: 8244920.

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

Color convert

RGB184206125-
CMYK0.1100.390.19
HSL76.3º45.25%64.9%-
HSV(B)76.3º39.32%80.78%-
XYZ45.5455.8127.77-
YUV190.1991.21123.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.73%
GREEN value IS 206 (80.86% from 255) = 40%
BLUE value IS 125 (49.22% from 255) = 24.27%
R=35.73%
G=40%
B=24.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1842061250.1100.390.1976.345.2564.9
HexB8CE7DB027134c2d41
Octal270316175130472311455101
Binary10111000110011101111101101101001111001110011001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CE7D; }

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

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

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

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

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

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

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

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