Html Css Color HEX #A2BF65 Olivine

📋 copy color: '#A2BF65'

red 162 ◦ green 191 ◦ blue 101

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

Shades of Olivine #A2BF65

Tints of Olivine #A2BF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.25%

R = 35.68%
G = 42.07%
B = 22.25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#A2BF65 (or 0xA2BF65) is known color: Olivine. HEX triplet: A2, BF and 65. RGB value is (162,191,101). Sum of RGB (Red+Green+Blue) = 162+191+101=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 101 (39.84% from 255 or 22.25% from 454); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BF65 is #5D409A. Grayscale: #ACACAC. Windows color (decimal): -6111387 or 6668194. OLE color: 6668194.

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

Color convert

RGB 162 191 101 -
CMYK 0.15 0 0.47 0.25
HSL 79.33º 0.41% 0.57% -
HSV(B) 79.33º 0.47% 0.75% -
XYZ 35.88 45.88 19.28 -
YUV 172.07 87.89 120.82 -
System Red Green Blue C M Y K H S L
Decimal 162 191 101 0.15 0 0.47 0.25 79.33 0.41 0.57
Hex A2 BF 65 F 0 2F 19 4F 29 39
Octal 242 277 145 17 0 57 31 117 51 71
Binary 10100010 10111111 1100101 1111 0 101111 11001 1001111 101001 111001

Color Harmonies of #A2BF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BF65

Black with #A2BF65

Text Example


Text Example

White with #A2BF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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