Html Css Color HEX #A2BF60 Olivine

📋 copy color: '#A2BF60'

red 162 ◦ green 191 ◦ blue 96

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

Shades of Olivine #A2BF60

Tints of Olivine #A2BF60

RGB

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

 GREEN value IS 191 (75% from 255) = 42.54%

 BLUE value IS 96 (37.89% from 255) = 21.38%

R = 36.08%
G = 42.54%
B = 21.38%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#A2BF60 (or 0xA2BF60) is known color: Olivine. HEX triplet: A2, BF and 60. RGB value is (162,191,96). Sum of RGB (Red+Green+Blue) = 162+191+96=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BF60 is #5D409F. Grayscale: #ABABAB. Windows color (decimal): -6111392 or 6340514. OLE color: 6340514.

HSL color Cylindrical-coordinate representation of color #A2BF60: hue angle of 78.32º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2BF60 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 191 96 -
CMYK 0.15 0 0.50 0.25
HSL 78.32º 0.43% 0.56% -
HSV(B) 78.32º 0.5% 0.75% -
XYZ 35.64 45.79 18.03 -
YUV 171.5 85.39 121.22 -
System Red Green Blue C M Y K H S L
Decimal 162 191 96 0.15 0 0.50 0.25 78.32 0.43 0.56
Hex A2 BF 60 F 0 32 19 4E 2B 38
Octal 242 277 140 17 0 62 31 116 53 70
Binary 10100010 10111111 1100000 1111 0 110010 11001 1001110 101011 111000

Color Harmonies of #A2BF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BF60

Black with #A2BF60

Text Example


Text Example

White with #A2BF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BF60; }

 p { color: rgb(162,191,96); }

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

background-color css

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

 a { background-color: rgb(162,191,96); }

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

border-color css

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

 span { border-color: rgb(162,191,96); }

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