#B6C27E

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

Shades of Caper #B6C27E

Tints of Caper #B6C27E

Color information

#B6C27E (or 0xB6C27E) is unknown color: approx Caper. HEX triplet: B6, C2 and 7E. RGB value is (182,194,126). Sum of RGB (Red+Green+Blue) = 182+194+126=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 126 (49.61% from 255 or 25.10% from 502); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C27E is #493D81. Grayscale: #B6B6B6. Windows color (decimal): -4799874 or 8307382. OLE color: 8307382.

HSL color Cylindrical-coordinate representation of color #B6C27E: hue angle of 70.59º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B6C27E is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB182194126-
CMYK0.0600.350.24
HSL70.59º35.79%62.75%-
HSV(B)70.59º35.05%76.08%-
XYZ42.3550.0427.16-
YUV182.6696.02127.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.25%
GREEN value IS 194 (76.17% from 255) = 38.65%
BLUE value IS 126 (49.61% from 255) = 25.10%
R=36.25%
G=38.65%
B=25.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821941260.0600.350.2470.5935.7962.75
HexB6C27E60231847243f
Octal2663021766043301074477
Binary101101101100001011111101100100011110001000111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C27E; }

 p { color: rgb(182,194,126); }

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

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

 a { background-color: rgb(182,194,126); }

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

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

 span { border-color: rgb(182,194,126); }

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