#B6D675

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

Shades of Caper #B6D675

Tints of Caper #B6D675

Color information

#B6D675 (or 0xB6D675) is unknown color: approx Caper. HEX triplet: B6, D6 and 75. RGB value is (182,214,117). Sum of RGB (Red+Green+Blue) = 182+214+117=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 117 (46.09% from 255 or 22.81% from 513); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D675 is #49298A. Grayscale: #C1C1C1. Windows color (decimal): -4794763 or 7722678. OLE color: 7722678.

HSL color Cylindrical-coordinate representation of color #B6D675: hue angle of 79.79º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B6D675 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB182214117-
CMYK0.1500.450.16
HSL79.79º54.19%64.9%-
HSV(B)79.79º45.33%83.92%-
XYZ46.5559.3225.83-
YUV193.3784.9119.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.48%
GREEN value IS 214 (83.98% from 255) = 41.72%
BLUE value IS 117 (46.09% from 255) = 22.81%
R=35.48%
G=41.72%
B=22.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1822141170.1500.450.1679.7954.1964.9
HexB6D675F02D10503641
Octal266326165170552012066101
Binary10110110110101101110101111101011011000010100001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D675; }

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

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

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

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

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

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

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

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