#B6C38A

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

Shades of Caper #B6C38A

Tints of Caper #B6C38A

Color information

#B6C38A (or 0xB6C38A) is unknown color: approx Caper. HEX triplet: B6, C3 and 8A. RGB value is (182,195,138). Sum of RGB (Red+Green+Blue) = 182+195+138=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 195 - color contains mainly: green. Hex color #B6C38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C38A is #493C75. Grayscale: #B8B8B8. Windows color (decimal): -4799606 or 9094070. OLE color: 9094070.

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

Color convert

RGB182195138-
CMYK0.0700.290.24
HSL73.68º32.2%65.29%-
HSV(B)73.68º29.23%76.47%-
XYZ43.3950.8131.57-
YUV184.61101.69126.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.34%
GREEN value IS 195 (76.56% from 255) = 37.86%
BLUE value IS 138 (54.30% from 255) = 26.80%
R=35.34%
G=37.86%
B=26.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821951380.0700.290.2473.6832.265.29
HexB6C38A701D184a2041
Octal26630321270353011240101
Binary1011011011000011100010101110111011100010010101000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C38A; }

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

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

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

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

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

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

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

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