#B4C479

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

Shades of Caper #B4C479

Tints of Caper #B4C479

Color information

#B4C479 (or 0xB4C479) is unknown color: approx Caper. HEX triplet: B4, C4 and 79. RGB value is (180,196,121). Sum of RGB (Red+Green+Blue) = 180+196+121=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 196 (76.95% from 255 or 39.44% from 497); Blue value is 121 (47.66% from 255 or 24.35% from 497); Max value from RGB is 196 - color contains mainly: green. Hex color #B4C479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C479 is #4B3B86. Grayscale: #B6B6B6. Windows color (decimal): -4930439 or 7980212. OLE color: 7980212.

HSL color Cylindrical-coordinate representation of color #B4C479: hue angle of 72.8º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B4C479 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB180196121-
CMYK0.0800.380.23
HSL72.8º38.86%62.16%-
HSV(B)72.8º38.27%76.86%-
XYZ42.0150.5625.63-
YUV182.6793.2126.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.22%
GREEN value IS 196 (76.95% from 255) = 39.44%
BLUE value IS 121 (47.66% from 255) = 24.35%
R=36.22%
G=39.44%
B=24.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1801961210.0800.380.2372.838.8662.16
HexB4C47980261749273e
Octal26430417110046271114776
Binary1011010011000100111100110000100110101111001001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C479; }

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

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

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

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

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

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

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

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