#B5CE7D

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

Shades of Caper #B5CE7D

Tints of Caper #B5CE7D

Color information

#B5CE7D (or 0xB5CE7D) is unknown color: approx Caper. HEX triplet: B5, CE and 7D. RGB value is (181,206,125). Sum of RGB (Red+Green+Blue) = 181+206+125=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CE7D is #4A3182. Grayscale: #BDBDBD. Windows color (decimal): -4862339 or 8244917. OLE color: 8244917.

HSL color Cylindrical-coordinate representation of color #B5CE7D: hue angle of 78.52º 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 #B5CE7D is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB181206125-
CMYK0.1200.390.19
HSL78.52º45.25%64.9%-
HSV(B)78.52º39.32%80.78%-
XYZ44.8355.4527.74-
YUV189.2991.72122.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.35%
GREEN value IS 206 (80.86% from 255) = 40.23%
BLUE value IS 125 (49.22% from 255) = 24.41%
R=35.35%
G=40.23%
B=24.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1812061250.1200.390.1978.5245.2564.9
HexB5CE7DC027134f2d41
Octal265316175140472311755101
Binary10110101110011101111101110001001111001110011111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CE7D; }

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

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

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

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

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

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

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

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