#B4C47D

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

Shades of Caper #B4C47D

Tints of Caper #B4C47D

Color information

#B4C47D (or 0xB4C47D) is unknown color: approx Caper. HEX triplet: B4, C4 and 7D. RGB value is (180,196,125). Sum of RGB (Red+Green+Blue) = 180+196+125=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 196 - color contains mainly: green. Hex color #B4C47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C47D is #4B3B82. Grayscale: #B7B7B7. Windows color (decimal): -4930435 or 8242356. OLE color: 8242356.

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

Color convert

RGB180196125-
CMYK0.0800.360.23
HSL73.52º37.57%62.94%-
HSV(B)73.52º36.22%76.86%-
XYZ42.2650.6626.95-
YUV183.1295.2125.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.93%
GREEN value IS 196 (76.95% from 255) = 39.12%
BLUE value IS 125 (49.22% from 255) = 24.95%
R=35.93%
G=39.12%
B=24.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1801961250.0800.360.2373.5237.5762.94
HexB4C47D8024174a263f
Octal26430417510044271124677
Binary1011010011000100111110110000100100101111001010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C47D; }

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

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

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

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

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

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

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

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