#A1CB6A

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

Shades of Olivine #A1CB6A

Tints of Olivine #A1CB6A

Color information

#A1CB6A (or 0xA1CB6A) is unknown color: approx Olivine. HEX triplet: A1, CB and 6A. RGB value is (161,203,106). Sum of RGB (Red+Green+Blue) = 161+203+106=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 106 (41.80% from 255 or 22.55% from 470); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CB6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CB6A is #5E3495. Grayscale: #B3B3B3. Windows color (decimal): -6173846 or 6998945. OLE color: 6998945.

HSL color Cylindrical-coordinate representation of color #A1CB6A: hue angle of 85.98º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1CB6A is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB161203106-
CMYK0.2100.480.20
HSL85.98º48.26%60.59%-
HSV(B)85.98º47.78%79.61%-
XYZ38.6651.3321.51-
YUV179.3886.59114.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.26%
GREEN value IS 203 (79.69% from 255) = 43.19%
BLUE value IS 106 (41.80% from 255) = 22.55%
R=34.26%
G=43.19%
B=22.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612031060.2100.480.2085.9848.2660.59
HexA1CB6A150301456303d
Octal24131315225060241266075
Binary10100001110010111101010101010110000101001010110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CB6A; }

 p { color: rgb(161,203,106); }

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

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

 a { background-color: rgb(161,203,106); }

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

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

 span { border-color: rgb(161,203,106); }

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