#B6C98A

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

Shades of Caper #B6C98A

Tints of Caper #B6C98A

Color information

#B6C98A (or 0xB6C98A) is unknown color: approx Caper. HEX triplet: B6, C9 and 8A. RGB value is (182,201,138). Sum of RGB (Red+Green+Blue) = 182+201+138=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 201 - color contains mainly: green. Hex color #B6C98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C98A is #493675. Grayscale: #BCBCBC. Windows color (decimal): -4798070 or 9095606. OLE color: 9095606.

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

Color convert

RGB182201138-
CMYK0.0900.310.21
HSL78.1º36.84%66.47%-
HSV(B)78.1º31.34%78.82%-
XYZ44.7753.5532.02-
YUV188.1499.71123.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.93%
GREEN value IS 201 (78.91% from 255) = 38.58%
BLUE value IS 138 (54.30% from 255) = 26.49%
R=34.93%
G=38.58%
B=26.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1822011380.0900.310.2178.136.8466.47
HexB6C98A901F154e2542
Octal266311212110372511645102
Binary10110110110010011000101010010111111010110011101001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C98A; }

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

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

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

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

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

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

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

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