Html Css Color HEX #A2B968 Olivine

📋 copy color: '#A2B968'

red 162 ◦ green 185 ◦ blue 104

#A2B968
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #A2B968

Tints of Olivine #A2B968

RGB

 RED value IS 162 (63.67% from 255) = 35.92%

 GREEN value IS 185 (72.66% from 255) = 41.02%

 BLUE value IS 104 (41.02% from 255) = 23.06%

R = 35.92%
G = 41.02%
B = 23.06%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#A2B968 (or 0xA2B968) is known color: Olivine. HEX triplet: A2, B9 and 68. RGB value is (162,185,104). Sum of RGB (Red+Green+Blue) = 162+185+104=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B968 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B968 is #5D4697. Grayscale: #A9A9A9. Windows color (decimal): -6112920 or 6863266. OLE color: 6863266.

HSL color Cylindrical-coordinate representation of color #A2B968: hue angle of 77.04º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2B968 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 185 104 -
CMYK 0.12 0 0.44 0.27
HSL 77.04º 0.37% 0.57% -
HSV(B) 77.04º 0.44% 0.73% -
XYZ 34.75 43.38 19.64 -
YUV 168.89 91.38 123.09 -
System Red Green Blue C M Y K H S L
Decimal 162 185 104 0.12 0 0.44 0.27 77.04 0.37 0.57
Hex A2 B9 68 C 0 2C 1B 4D 25 39
Octal 242 271 150 14 0 54 33 115 45 71
Binary 10100010 10111001 1101000 1100 0 101100 11011 1001101 100101 111001

Color Harmonies of #A2B968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B968

Black with #A2B968

Text Example


Text Example

White with #A2B968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B968; }

 p { color: rgb(162,185,104); }

 H1.HeaderClassName
 {
   color: #A2B968;
 }
 .AnyTagClassName
 {
   color: #A2B968;
 }
</style>

background-color css

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

 a { background-color: rgb(162,185,104); }

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

border-color css

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

 span { border-color: rgb(162,185,104); }

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