#B4D079

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

Shades of Caper #B4D079

Tints of Caper #B4D079

Color information

#B4D079 (or 0xB4D079) is unknown color: approx Caper. HEX triplet: B4, D0 and 79. RGB value is (180,208,121). Sum of RGB (Red+Green+Blue) = 180+208+121=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 121 (47.66% from 255 or 23.77% from 509); Max value from RGB is 208 - color contains mainly: green. Hex color #B4D079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D079 is #4B2F86. Grayscale: #BEBEBE. Windows color (decimal): -4927367 or 7983284. OLE color: 7983284.

HSL color Cylindrical-coordinate representation of color #B4D079: hue angle of 79.31º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B4D079 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB180208121-
CMYK0.1300.420.18
HSL79.31º48.07%64.51%-
HSV(B)79.31º41.83%81.57%-
XYZ44.8356.226.57-
YUV189.7189.22121.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.36%
GREEN value IS 208 (81.64% from 255) = 40.86%
BLUE value IS 121 (47.66% from 255) = 23.77%
R=35.36%
G=40.86%
B=23.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1802081210.1300.420.1879.3148.0764.51
HexB4D079D02A124f3041
Octal264320171150522211760101
Binary10110100110100001111001110101010101001010011111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D079; }

 p { color: rgb(180,208,121); }

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

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

 a { background-color: rgb(180,208,121); }

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

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

 span { border-color: rgb(180,208,121); }

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