#B2C68A

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

Shades of Caper #B2C68A

Tints of Caper #B2C68A

Color information

#B2C68A (or 0xB2C68A) is unknown color: approx Caper. HEX triplet: B2, C6 and 8A. RGB value is (178,198,138). Sum of RGB (Red+Green+Blue) = 178+198+138=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C68A is #4D3975. Grayscale: #B9B9B9. Windows color (decimal): -5060982 or 9094834. OLE color: 9094834.

HSL color Cylindrical-coordinate representation of color #B2C68A: hue angle of 80º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2C68A is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB178198138-
CMYK0.1000.300.22
HSL80º34.48%65.88%-
HSV(B)80º30.3%77.65%-
XYZ43.1451.6931.75-
YUV185.18101.37122.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.63%
GREEN value IS 198 (77.73% from 255) = 38.52%
BLUE value IS 138 (54.30% from 255) = 26.85%
R=34.63%
G=38.52%
B=26.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1781981380.1000.300.228034.4865.88
HexB2C68AA01E16502242
Octal262306212120362612042102
Binary10110010110001101000101010100111101011010100001000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C68A; }

 p { color: rgb(178,198,138); }

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

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

 a { background-color: rgb(178,198,138); }

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

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

 span { border-color: rgb(178,198,138); }

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