#B5C47A

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

Shades of Caper #B5C47A

Tints of Caper #B5C47A

Color information

#B5C47A (or 0xB5C47A) is unknown color: approx Caper. HEX triplet: B5, C4 and 7A. RGB value is (181,196,122). Sum of RGB (Red+Green+Blue) = 181+196+122=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 196 - color contains mainly: green. Hex color #B5C47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C47A is #4A3B85. Grayscale: #B7B7B7. Windows color (decimal): -4864902 or 8045749. OLE color: 8045749.

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

Color convert

RGB181196122-
CMYK0.0800.380.23
HSL72.16º38.54%62.35%-
HSV(B)72.16º37.76%76.86%-
XYZ42.3150.7125.97-
YUV183.0893.53126.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.27%
GREEN value IS 196 (76.95% from 255) = 39.28%
BLUE value IS 122 (48.05% from 255) = 24.45%
R=36.27%
G=39.28%
B=24.45%

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
Decimal1811961220.0800.380.2372.1638.5462.35
HexB5C47A80261748273e
Octal26530417210046271104776
Binary1011010111000100111101010000100110101111001000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C47A; }

 p { color: rgb(181,196,122); }

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

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

 a { background-color: rgb(181,196,122); }

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

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

 span { border-color: rgb(181,196,122); }

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