Html Css Color HEX #A2BF6C Olivine

📋 copy color: '#A2BF6C'

red 162 ◦ green 191 ◦ blue 108

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

Shades of Olivine #A2BF6C

Tints of Olivine #A2BF6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.43%

R = 35.14%
G = 41.43%
B = 23.43%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#A2BF6C (or 0xA2BF6C) is known color: Olivine. HEX triplet: A2, BF and 6C. RGB value is (162,191,108). Sum of RGB (Red+Green+Blue) = 162+191+108=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BF6C is #5D4093. Grayscale: #ADADAD. Windows color (decimal): -6111380 or 7126946. OLE color: 7126946.

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

Color convert

RGB 162 191 108 -
CMYK 0.15 0 0.43 0.25
HSL 80.96º 0.39% 0.59% -
HSV(B) 80.96º 0.43% 0.75% -
XYZ 36.24 46.03 21.16 -
YUV 172.87 91.39 120.25 -
System Red Green Blue C M Y K H S L
Decimal 162 191 108 0.15 0 0.43 0.25 80.96 0.39 0.59
Hex A2 BF 6C F 0 2B 19 51 27 3B
Octal 242 277 154 17 0 53 31 121 47 73
Binary 10100010 10111111 1101100 1111 0 101011 11001 1010001 100111 111011

Color Harmonies of #A2BF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BF6C

Black with #A2BF6C

Text Example


Text Example

White with #A2BF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BF6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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