#B4D37C

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

Shades of Caper #B4D37C

Tints of Caper #B4D37C

Color information

#B4D37C (or 0xB4D37C) is unknown color: approx Caper. HEX triplet: B4, D3 and 7C. RGB value is (180,211,124). Sum of RGB (Red+Green+Blue) = 180+211+124=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 211 (82.81% from 255 or 40.97% from 515); Blue value is 124 (48.83% from 255 or 24.08% from 515); Max value from RGB is 211 - color contains mainly: green. Hex color #B4D37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D37C is #4B2C83. Grayscale: #C0C0C0. Windows color (decimal): -4926596 or 8180660. OLE color: 8180660.

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

Color convert

RGB180211124-
CMYK0.1500.410.17
HSL81.38º49.71%65.69%-
HSV(B)81.38º41.23%82.75%-
XYZ45.7557.7527.8-
YUV191.8189.73119.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.95%
GREEN value IS 211 (82.81% from 255) = 40.97%
BLUE value IS 124 (48.83% from 255) = 24.08%
R=34.95%
G=40.97%
B=24.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1802111240.1500.410.1781.3849.7165.69
HexB4D37CF02911513242
Octal264323174170512112162102
Binary10110100110100111111100111101010011000110100011100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D37C; }

 p { color: rgb(180,211,124); }

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

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

 a { background-color: rgb(180,211,124); }

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

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

 span { border-color: rgb(180,211,124); }

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