#b8d47f

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

Shades of Caper #B8D47F

Tints of Caper #B8D47F

Color information

#B8D47F (or 0xB8D47F) is unknown color: approx Caper. HEX triplet: B8, D4 and 7F. RGB value is (184,212,127). Sum of RGB (Red+Green+Blue) = 184+212+127=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 212 (83.20% from 255 or 40.54% from 523); Blue value is 127 (50% from 255 or 24.28% from 523); Max value from RGB is 212 - color contains mainly: green. Hex color #B8D47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D47F is #472B80. Grayscale: #C2C2C2. Windows color (decimal): -4664193 or 8377528. OLE color: 8377528.

HSL color Cylindrical-coordinate representation of color #B8D47F: hue angle of 79.76º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B8D47F is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB184212127-
CMYK0.1300.400.17
HSL79.76º49.71%66.47%-
HSV(B)79.76º40.09%83.14%-
XYZ47.1458.8128.95-
YUV193.9490.22120.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.18%
GREEN value IS 212 (83.20% from 255) = 40.54%
BLUE value IS 127 (50% from 255) = 24.28%
R=35.18%
G=40.54%
B=24.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1842121270.1300.400.1779.7649.7166.47
HexB8D47FD02811503242
Octal270324177150502112062102
Binary10111000110101001111111110101010001000110100001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8d47f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8d47f; }

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

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

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

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

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

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

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

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