#A1CB68

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

Shades of Olivine #A1CB68

Tints of Olivine #A1CB68

Color information

#A1CB68 (or 0xA1CB68) is unknown color: approx Olivine. HEX triplet: A1, CB and 68. RGB value is (161,203,104). Sum of RGB (Red+Green+Blue) = 161+203+104=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CB68 is #5E3497. Grayscale: #B3B3B3. Windows color (decimal): -6173848 or 6867873. OLE color: 6867873.

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

Color convert

RGB161203104-
CMYK0.2100.490.20
HSL85.45º48.77%60.2%-
HSV(B)85.45º48.77%79.61%-
XYZ38.5551.2920.96-
YUV179.1685.59115.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.40%
GREEN value IS 203 (79.69% from 255) = 43.38%
BLUE value IS 104 (41.02% from 255) = 22.22%
R=34.40%
G=43.38%
B=22.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612031040.2100.490.2085.4548.7760.2
HexA1CB68150311455313c
Octal24131315025061241256174
Binary10100001110010111101000101010110001101001010101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CB68; }

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

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

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

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

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

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

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

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