#A9CB69

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

Shades of Olivine #A9CB69

Tints of Olivine #A9CB69

Color information

#A9CB69 (or 0xA9CB69) is unknown color: approx Olivine. HEX triplet: A9, CB and 69. RGB value is (169,203,105). Sum of RGB (Red+Green+Blue) = 169+203+105=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 105 (41.41% from 255 or 22.01% from 477); Max value from RGB is 203 - color contains mainly: green. Hex color #A9CB69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9CB69 is #563496. Grayscale: #B6B6B6. Windows color (decimal): -5649559 or 6933417. OLE color: 6933417.

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

Color convert

RGB169203105-
CMYK0.1700.480.20
HSL80.82º48.51%60.39%-
HSV(B)80.82º48.28%79.61%-
XYZ40.2752.1721.31-
YUV181.6684.74118.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.43%
GREEN value IS 203 (79.69% from 255) = 42.56%
BLUE value IS 105 (41.41% from 255) = 22.01%
R=35.43%
G=42.56%
B=22.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1692031050.1700.480.2080.8248.5160.39
HexA9CB69110301451313c
Octal25131315121060241216174
Binary10101001110010111101001100010110000101001010001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CB69; }

 p { color: rgb(169,203,105); }

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

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

 a { background-color: rgb(169,203,105); }

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

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

 span { border-color: rgb(169,203,105); }

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