#B6D175

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

Shades of Caper #B6D175

Tints of Caper #B6D175

Color information

#B6D175 (or 0xB6D175) is unknown color: approx Caper. HEX triplet: B6, D1 and 75. RGB value is (182,209,117). Sum of RGB (Red+Green+Blue) = 182+209+117=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 209 (82.03% from 255 or 41.14% from 508); Blue value is 117 (46.09% from 255 or 23.03% from 508); Max value from RGB is 209 - color contains mainly: green. Hex color #B6D175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D175 is #492E8A. Grayscale: #BEBEBE. Windows color (decimal): -4796043 or 7721398. OLE color: 7721398.

HSL color Cylindrical-coordinate representation of color #B6D175: hue angle of 77.61º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B6D175 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB182209117-
CMYK0.1300.440.18
HSL77.61º50%63.92%-
HSV(B)77.61º44.02%81.96%-
XYZ45.356.8325.41-
YUV190.4486.55121.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.83%
GREEN value IS 209 (82.03% from 255) = 41.14%
BLUE value IS 117 (46.09% from 255) = 23.03%
R=35.83%
G=41.14%
B=23.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1822091170.1300.440.1877.615063.92
HexB6D175D02C124e3240
Octal266321165150542211662100
Binary10110110110100011110101110101011001001010011101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D175; }

 p { color: rgb(182,209,117); }

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

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

 a { background-color: rgb(182,209,117); }

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

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

 span { border-color: rgb(182,209,117); }

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