#B4D17E

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

Shades of Caper #B4D17E

Tints of Caper #B4D17E

Color information

#B4D17E (or 0xB4D17E) is unknown color: approx Caper. HEX triplet: B4, D1 and 7E. RGB value is (180,209,126). Sum of RGB (Red+Green+Blue) = 180+209+126=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 126 (49.61% from 255 or 24.47% from 515); Max value from RGB is 209 - color contains mainly: green. Hex color #B4D17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D17E is #4B2E81. Grayscale: #BFBFBF. Windows color (decimal): -4927106 or 8311220. OLE color: 8311220.

HSL color Cylindrical-coordinate representation of color #B4D17E: hue angle of 80.96º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B4D17E is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB180209126-
CMYK0.1400.400.18
HSL80.96º47.43%65.69%-
HSV(B)80.96º39.71%81.96%-
XYZ45.3956.8128.31-
YUV190.8791.39120.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.95%
GREEN value IS 209 (82.03% from 255) = 40.58%
BLUE value IS 126 (49.61% from 255) = 24.47%
R=34.95%
G=40.58%
B=24.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1802091260.1400.400.1880.9647.4365.69
HexB4D17EE02812512f42
Octal264321176160502212157102
Binary10110100110100011111110111001010001001010100011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D17E; }

 p { color: rgb(180,209,126); }

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

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

 a { background-color: rgb(180,209,126); }

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

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

 span { border-color: rgb(180,209,126); }

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