Html Css Color HEX #A2BD61 Olivine

📋 copy color: '#A2BD61'

red 162 ◦ green 189 ◦ blue 97

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

Shades of Olivine #A2BD61

Tints of Olivine #A2BD61

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.19%

 BLUE value IS 97 (38.28% from 255) = 21.65%

R = 36.16%
G = 42.19%
B = 21.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#A2BD61 (or 0xA2BD61) is known color: Olivine. HEX triplet: A2, BD and 61. RGB value is (162,189,97). Sum of RGB (Red+Green+Blue) = 162+189+97=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BD61 is #5D429E. Grayscale: #AAAAAA. Windows color (decimal): -6111903 or 6405538. OLE color: 6405538.

HSL color Cylindrical-coordinate representation of color #A2BD61: hue angle of 77.61º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A2BD61 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 189 97 -
CMYK 0.14 0 0.49 0.26
HSL 77.61º 0.41% 0.56% -
HSV(B) 77.61º 0.49% 0.74% -
XYZ 35.26 44.94 18.13 -
YUV 170.44 86.55 121.98 -
System Red Green Blue C M Y K H S L
Decimal 162 189 97 0.14 0 0.49 0.26 77.61 0.41 0.56
Hex A2 BD 61 E 0 31 1A 4E 29 38
Octal 242 275 141 16 0 61 32 116 51 70
Binary 10100010 10111101 1100001 1110 0 110001 11010 1001110 101001 111000

Color Harmonies of #A2BD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BD61

Black with #A2BD61

Text Example


Text Example

White with #A2BD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BD61; }

 p { color: rgb(162,189,97); }

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

background-color css

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

 a { background-color: rgb(162,189,97); }

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

border-color css

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

 span { border-color: rgb(162,189,97); }

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