#B8D57F

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

Shades of Caper #B8D57F

Tints of Caper #B8D57F

Color information

#B8D57F (or 0xB8D57F) is unknown color: approx Caper. HEX triplet: B8, D5 and 7F. RGB value is (184,213,127). Sum of RGB (Red+Green+Blue) = 184+213+127=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 127 (50% from 255 or 24.24% from 524); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D57F is #472A80. Grayscale: #C2C2C2. Windows color (decimal): -4663937 or 8377784. OLE color: 8377784.

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

Color convert

RGB184213127-
CMYK0.1400.400.16
HSL80.23º50.59%66.67%-
HSV(B)80.23º40.38%83.53%-
XYZ47.3959.3129.03-
YUV194.5289.89120.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.11%
GREEN value IS 213 (83.59% from 255) = 40.65%
BLUE value IS 127 (50% from 255) = 24.24%
R=35.11%
G=40.65%
B=24.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1842131270.1400.400.1680.2350.5966.67
HexB8D57FE02810503343
Octal270325177160502012063103
Binary10111000110101011111111111001010001000010100001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D57F; }

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

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

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

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

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

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

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

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