#B6C27D

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

Shades of Caper #B6C27D

Tints of Caper #B6C27D

Color information

#B6C27D (or 0xB6C27D) is unknown color: approx Caper. HEX triplet: B6, C2 and 7D. RGB value is (182,194,125). Sum of RGB (Red+Green+Blue) = 182+194+125=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C27D is #493D82. Grayscale: #B6B6B6. Windows color (decimal): -4799875 or 8241846. OLE color: 8241846.

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

Color convert

RGB182194125-
CMYK0.0600.360.24
HSL70.43º36.13%62.55%-
HSV(B)70.43º35.57%76.08%-
XYZ42.2850.0126.83-
YUV182.5595.52127.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.33%
GREEN value IS 194 (76.17% from 255) = 38.72%
BLUE value IS 125 (49.22% from 255) = 24.95%
R=36.33%
G=38.72%
B=24.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821941250.0600.360.2470.4336.1362.55
HexB6C27D60241846243f
Octal2663021756044301064477
Binary101101101100001011111011100100100110001000110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C27D; }

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

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

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

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

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

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

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

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