#B9D475

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

Shades of Caper #B9D475

Tints of Caper #B9D475

Color information

#B9D475 (or 0xB9D475) is unknown color: approx Caper. HEX triplet: B9, D4 and 75. RGB value is (185,212,117). Sum of RGB (Red+Green+Blue) = 185+212+117=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 212 (83.20% from 255 or 41.25% from 514); Blue value is 117 (46.09% from 255 or 22.76% from 514); Max value from RGB is 212 - color contains mainly: green. Hex color #B9D475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D475 is #462B8A. Grayscale: #C1C1C1. Windows color (decimal): -4598667 or 7722169. OLE color: 7722169.

HSL color Cylindrical-coordinate representation of color #B9D475: hue angle of 77.05º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B9D475 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB185212117-
CMYK0.1300.450.17
HSL77.05º52.49%64.51%-
HSV(B)77.05º44.81%83.14%-
XYZ46.7658.6925.69-
YUV193.185.05122.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.99%
GREEN value IS 212 (83.20% from 255) = 41.25%
BLUE value IS 117 (46.09% from 255) = 22.76%
R=35.99%
G=41.25%
B=22.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1852121170.1300.450.1777.0552.4964.51
HexB9D475D02D114d3441
Octal271324165150552111564101
Binary10111001110101001110101110101011011000110011011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D475; }

 p { color: rgb(185,212,117); }

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

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

 a { background-color: rgb(185,212,117); }

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

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

 span { border-color: rgb(185,212,117); }

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