#B8D57D

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

Shades of Caper #B8D57D

Tints of Caper #B8D57D

Color information

#B8D57D (or 0xB8D57D) is unknown color: approx Caper. HEX triplet: B8, D5 and 7D. RGB value is (184,213,125). Sum of RGB (Red+Green+Blue) = 184+213+125=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 213 (83.59% from 255 or 40.80% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D57D is #472A82. Grayscale: #C2C2C2. Windows color (decimal): -4663939 or 8246712. OLE color: 8246712.

HSL color Cylindrical-coordinate representation of color #B8D57D: hue angle of 79.77º 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 #B8D57D is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB184213125-
CMYK0.1400.410.16
HSL79.77º51.16%66.27%-
HSV(B)79.77º41.31%83.53%-
XYZ47.2659.2628.35-
YUV194.388.89120.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.25%
GREEN value IS 213 (83.59% from 255) = 40.80%
BLUE value IS 125 (49.22% from 255) = 23.95%
R=35.25%
G=40.80%
B=23.95%

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
Decimal1842131250.1400.410.1679.7751.1666.27
HexB8D57DE02910503342
Octal270325175160512012063102
Binary10111000110101011111101111001010011000010100001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D57D; }

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

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

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

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

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

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

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

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