#B4D772

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

Shades of Caper #B4D772

Tints of Caper #B4D772

Color information

#B4D772 (or 0xB4D772) is unknown color: approx Caper. HEX triplet: B4, D7 and 72. RGB value is (180,215,114). Sum of RGB (Red+Green+Blue) = 180+215+114=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 215 (84.38% from 255 or 42.24% from 509); Blue value is 114 (44.92% from 255 or 22.40% from 509); Max value from RGB is 215 - color contains mainly: green. Hex color #B4D772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D772 is #4B288D. Grayscale: #C1C1C1. Windows color (decimal): -4925582 or 7526324. OLE color: 7526324.

HSL color Cylindrical-coordinate representation of color #B4D772: hue angle of 80.79º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B4D772 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB180215114-
CMYK0.1600.470.16
HSL80.79º55.8%64.51%-
HSV(B)80.79º46.98%84.31%-
XYZ46.1659.5224.98-
YUV193.0283.4118.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.36%
GREEN value IS 215 (84.38% from 255) = 42.24%
BLUE value IS 114 (44.92% from 255) = 22.40%
R=35.36%
G=42.24%
B=22.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1802151140.1600.470.1680.7955.864.51
HexB4D7721002F10513841
Octal264327162200572012170101
Binary101101001101011111100101000001011111000010100011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D772; }

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

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

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

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

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

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

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

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