#b4d172

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

Shades of Caper #B4D172

Tints of Caper #B4D172

Color information

#B4D172 (or 0xB4D172) is unknown color: approx Caper. HEX triplet: B4, D1 and 72. RGB value is (180,209,114). Sum of RGB (Red+Green+Blue) = 180+209+114=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 209 (82.03% from 255 or 41.55% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 209 - color contains mainly: green. Hex color #B4D172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D172 is #4B2E8D. Grayscale: #BDBDBD. Windows color (decimal): -4927118 or 7524788. OLE color: 7524788.

HSL color Cylindrical-coordinate representation of color #B4D172: hue angle of 78.32º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B4D172 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB180209114-
CMYK0.1400.450.18
HSL78.32º50.8%63.33%-
HSV(B)78.32º45.45%81.96%-
XYZ44.6656.5224.48-
YUV189.585.39121.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.79%
GREEN value IS 209 (82.03% from 255) = 41.55%
BLUE value IS 114 (44.92% from 255) = 22.66%
R=35.79%
G=41.55%
B=22.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1802091140.1400.450.1878.3250.863.33
HexB4D172E02D124e333f
Octal26432116216055221166377
Binary1011010011010001111001011100101101100101001110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4d172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4d172; }

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

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

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

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

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

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

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

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