#B6C38F

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

Shades of Caper #B6C38F

Tints of Caper #B6C38F

Color information

#B6C38F (or 0xB6C38F) is unknown color: approx Caper. HEX triplet: B6, C3 and 8F. RGB value is (182,195,143). Sum of RGB (Red+Green+Blue) = 182+195+143=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 143 (56.25% from 255 or 27.5% from 520); Max value from RGB is 195 - color contains mainly: green. Hex color #B6C38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C38F is #493C70. Grayscale: #B9B9B9. Windows color (decimal): -4799601 or 9421750. OLE color: 9421750.

HSL color Cylindrical-coordinate representation of color #B6C38F: hue angle of 75º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6C38F is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB182195143-
CMYK0.0700.270.24
HSL75º30.23%66.27%-
HSV(B)75º26.67%76.47%-
XYZ43.7650.9633.52-
YUV185.18104.19125.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35%
GREEN value IS 195 (76.56% from 255) = 37.5%
BLUE value IS 143 (56.25% from 255) = 27.5%
R=35%
G=37.5%
B=27.5%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821951430.0700.270.247530.2366.27
HexB6C38F701B184b1e42
Octal26630321770333011336102
Binary101101101100001110001111111011011110001001011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C38F; }

 p { color: rgb(182,195,143); }

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

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

 a { background-color: rgb(182,195,143); }

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

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

 span { border-color: rgb(182,195,143); }

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