#B5CD76

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

Shades of Caper #B5CD76

Tints of Caper #B5CD76

Color information

#B5CD76 (or 0xB5CD76) is unknown color: approx Caper. HEX triplet: B5, CD and 76. RGB value is (181,205,118). Sum of RGB (Red+Green+Blue) = 181+205+118=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #B5CD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CD76 is #4A3289. Grayscale: #BCBCBC. Windows color (decimal): -4862602 or 7785909. OLE color: 7785909.

HSL color Cylindrical-coordinate representation of color #B5CD76: hue angle of 76.55º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B5CD76 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB181205118-
CMYK0.1200.420.20
HSL76.55º46.52%63.33%-
HSV(B)76.55º42.44%80.39%-
XYZ44.1654.7925.39-
YUV187.9188.55123.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.91%
GREEN value IS 205 (80.47% from 255) = 40.67%
BLUE value IS 118 (46.48% from 255) = 23.41%
R=35.91%
G=40.67%
B=23.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1812051180.1200.420.2076.5546.5263.33
HexB5CD76C02A144d2f3f
Octal26531516614052241155777
Binary1011010111001101111011011000101010101001001101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CD76; }

 p { color: rgb(181,205,118); }

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

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

 a { background-color: rgb(181,205,118); }

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

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

 span { border-color: rgb(181,205,118); }

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