#B5C475

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

Shades of Caper #B5C475

Tints of Caper #B5C475

Color information

#B5C475 (or 0xB5C475) is unknown color: approx Caper. HEX triplet: B5, C4 and 75. RGB value is (181,196,117). Sum of RGB (Red+Green+Blue) = 181+196+117=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 196 (76.95% from 255 or 39.68% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 196 - color contains mainly: green. Hex color #B5C475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C475 is #4A3B8A. Grayscale: #B6B6B6. Windows color (decimal): -4864907 or 7718069. OLE color: 7718069.

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

Color convert

RGB181196117-
CMYK0.0800.400.23
HSL71.39º40.1%61.37%-
HSV(B)71.39º40.31%76.86%-
XYZ42.0150.5924.38-
YUV182.5191.03126.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.64%
GREEN value IS 196 (76.95% from 255) = 39.68%
BLUE value IS 117 (46.09% from 255) = 23.68%
R=36.64%
G=39.68%
B=23.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1811961170.0800.400.2371.3940.161.37
HexB5C47580281747283d
Octal26530416510050271075075
Binary1011010111000100111010110000101000101111000111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C475; }

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

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

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

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

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

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

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

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