#B4D37D

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

Shades of Caper #B4D37D

Tints of Caper #B4D37D

Color information

#B4D37D (or 0xB4D37D) is unknown color: approx Caper. HEX triplet: B4, D3 and 7D. RGB value is (180,211,125). Sum of RGB (Red+Green+Blue) = 180+211+125=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 211 (82.81% from 255 or 40.89% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 211 - color contains mainly: green. Hex color #B4D37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D37D is #4B2C82. Grayscale: #C0C0C0. Windows color (decimal): -4926595 or 8246196. OLE color: 8246196.

HSL color Cylindrical-coordinate representation of color #B4D37D: hue angle of 81.63º degrees, saturation: 0.49, 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 #B4D37D is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB180211125-
CMYK0.1500.410.17
HSL81.63º49.43%65.88%-
HSV(B)81.63º40.76%82.75%-
XYZ45.8257.7728.14-
YUV191.9390.23119.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.88%
GREEN value IS 211 (82.81% from 255) = 40.89%
BLUE value IS 125 (49.22% from 255) = 24.22%
R=34.88%
G=40.89%
B=24.22%

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
Decimal1802111250.1500.410.1781.6349.4365.88
HexB4D37DF02911523142
Octal264323175170512112261102
Binary10110100110100111111101111101010011000110100101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D37D; }

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

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

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

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

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

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

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

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