Html Css Color HEX #A2BD73 Olivine

📋 copy color: '#A2BD73'

red 162 ◦ green 189 ◦ blue 115

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

Shades of Olivine #A2BD73

Tints of Olivine #A2BD73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.68%

R = 34.76%
G = 40.56%
B = 24.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#A2BD73 (or 0xA2BD73) is known color: Olivine. HEX triplet: A2, BD and 73. RGB value is (162,189,115). Sum of RGB (Red+Green+Blue) = 162+189+115=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BD73 is #5D428C. Grayscale: #ACACAC. Windows color (decimal): -6111885 or 7585186. OLE color: 7585186.

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

Color convert

RGB 162 189 115 -
CMYK 0.14 0 0.39 0.26
HSL 81.89º 0.36% 0.6% -
HSV(B) 81.89º 0.39% 0.74% -
XYZ 36.19 45.31 23.06 -
YUV 172.49 95.55 120.52 -
System Red Green Blue C M Y K H S L
Decimal 162 189 115 0.14 0 0.39 0.26 81.89 0.36 0.6
Hex A2 BD 73 E 0 27 1A 52 24 3C
Octal 242 275 163 16 0 47 32 122 44 74
Binary 10100010 10111101 1110011 1110 0 100111 11010 1010010 100100 111100

Color Harmonies of #A2BD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BD73

Black with #A2BD73

Text Example


Text Example

White with #A2BD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BD73; }

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

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

background-color css

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

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

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

border-color css

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

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

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