#B6D272

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

Shades of Caper #B6D272

Tints of Caper #B6D272

Color information

#B6D272 (or 0xB6D272) is unknown color: approx Caper. HEX triplet: B6, D2 and 72. RGB value is (182,210,114). Sum of RGB (Red+Green+Blue) = 182+210+114=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 210 (82.42% from 255 or 41.50% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 210 - color contains mainly: green. Hex color #B6D272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D272 is #492D8D. Grayscale: #BFBFBF. Windows color (decimal): -4795790 or 7525046. OLE color: 7525046.

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

Color convert

RGB182210114-
CMYK0.1300.460.18
HSL77.5º51.61%63.53%-
HSV(B)77.5º45.71%82.35%-
XYZ45.3857.2524.58-
YUV190.6884.72121.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.97%
GREEN value IS 210 (82.42% from 255) = 41.50%
BLUE value IS 114 (44.92% from 255) = 22.53%
R=35.97%
G=41.50%
B=22.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1822101140.1300.460.1877.551.6163.53
HexB6D272D02E124e3440
Octal266322162150562211664100
Binary10110110110100101110010110101011101001010011101101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D272; }

 p { color: rgb(182,210,114); }

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

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

 a { background-color: rgb(182,210,114); }

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

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

 span { border-color: rgb(182,210,114); }

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