#B3C47D

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

Shades of Caper #B3C47D

Tints of Caper #B3C47D

Color information

#B3C47D (or 0xB3C47D) is unknown color: approx Caper. HEX triplet: B3, C4 and 7D. RGB value is (179,196,125). Sum of RGB (Red+Green+Blue) = 179+196+125=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 196 (76.95% from 255 or 39.2% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 196 - color contains mainly: green. Hex color #B3C47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C47D is #4C3B82. Grayscale: #B7B7B7. Windows color (decimal): -4995971 or 8242355. OLE color: 8242355.

HSL color Cylindrical-coordinate representation of color #B3C47D: hue angle of 74.37º 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 #B3C47D is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB179196125-
CMYK0.0900.360.23
HSL74.37º37.57%62.94%-
HSV(B)74.37º36.22%76.86%-
XYZ42.0350.5426.94-
YUV182.8295.37125.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.8%
GREEN value IS 196 (76.95% from 255) = 39.2%
BLUE value IS 125 (49.22% from 255) = 25%
R=35.8%
G=39.2%
B=25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1791961250.0900.360.2374.3737.5762.94
HexB3C47D9024174a263f
Octal26330417511044271124677
Binary1011001111000100111110110010100100101111001010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C47D; }

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

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

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

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

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

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

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

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