#B7D57D

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

Shades of Caper #B7D57D

Tints of Caper #B7D57D

Color information

#B7D57D (or 0xB7D57D) is unknown color: approx Caper. HEX triplet: B7, D5 and 7D. RGB value is (183,213,125). Sum of RGB (Red+Green+Blue) = 183+213+125=521 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.12% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 213 - color contains mainly: green. Hex color #B7D57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D57D is #482A82. Grayscale: #C2C2C2. Windows color (decimal): -4729475 or 8246711. OLE color: 8246711.

HSL color Cylindrical-coordinate representation of color #B7D57D: hue angle of 80.45º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B7D57D is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB183213125-
CMYK0.1400.410.16
HSL80.45º51.16%66.27%-
HSV(B)80.45º41.31%83.53%-
XYZ47.0259.1428.34-
YUV19489.06120.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.12%
GREEN value IS 213 (83.59% from 255) = 40.88%
BLUE value IS 125 (49.22% from 255) = 23.99%
R=35.12%
G=40.88%
B=23.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1832131250.1400.410.1680.4551.1666.27
HexB7D57DE02910503342
Octal267325175160512012063102
Binary10110111110101011111101111001010011000010100001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D57D; }

 p { color: rgb(183,213,125); }

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

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

 a { background-color: rgb(183,213,125); }

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

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

 span { border-color: rgb(183,213,125); }

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