#B6C88A

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

Shades of Caper #B6C88A

Tints of Caper #B6C88A

Color information

#B6C88A (or 0xB6C88A) is unknown color: approx Caper. HEX triplet: B6, C8 and 8A. RGB value is (182,200,138). Sum of RGB (Red+Green+Blue) = 182+200+138=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 200 - color contains mainly: green. Hex color #B6C88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C88A is #493775. Grayscale: #BBBBBB. Windows color (decimal): -4798326 or 9095350. OLE color: 9095350.

HSL color Cylindrical-coordinate representation of color #B6C88A: hue angle of 77.42º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B6C88A is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB182200138-
CMYK0.0900.310.22
HSL77.42º36.05%66.27%-
HSV(B)77.42º31%78.43%-
XYZ44.5353.0931.94-
YUV187.55100.04124.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35%
GREEN value IS 200 (78.52% from 255) = 38.46%
BLUE value IS 138 (54.30% from 255) = 26.54%
R=35%
G=38.46%
B=26.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1822001380.0900.310.2277.4236.0566.27
HexB6C88A901F164d2442
Octal266310212110372611544102
Binary10110110110010001000101010010111111011010011011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C88A; }

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

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

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

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

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

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

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

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