#B4C179

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

Shades of Caper #B4C179

Tints of Caper #B4C179

Color information

#B4C179 (or 0xB4C179) is unknown color: approx Caper. HEX triplet: B4, C1 and 79. RGB value is (180,193,121). Sum of RGB (Red+Green+Blue) = 180+193+121=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 121 (47.66% from 255 or 24.49% from 494); Max value from RGB is 193 - color contains mainly: green. Hex color #B4C179 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C179 is #4B3E86. Grayscale: #B5B5B5. Windows color (decimal): -4931207 or 7979444. OLE color: 7979444.

HSL color Cylindrical-coordinate representation of color #B4C179: hue angle of 70.83º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B4C179 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB180193121-
CMYK0.0700.370.24
HSL70.83º36.73%61.57%-
HSV(B)70.83º37.31%75.69%-
XYZ41.3449.2225.41-
YUV180.994.19127.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.44%
GREEN value IS 193 (75.78% from 255) = 39.07%
BLUE value IS 121 (47.66% from 255) = 24.49%
R=36.44%
G=39.07%
B=24.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801931210.0700.370.2470.8336.7361.57
HexB4C17970251847253e
Octal2643011717045301074576
Binary101101001100000111110011110100101110001000111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C179; }

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

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

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

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

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

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

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

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