Html Css Color HEX #A2BD74 Olivine

📋 copy color: '#A2BD74'

red 162 ◦ green 189 ◦ blue 116

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

Shades of Olivine #A2BD74

Tints of Olivine #A2BD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.84%

R = 34.69%
G = 40.47%
B = 24.84%

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

#A2BD74 (or 0xA2BD74) is known color: Olivine. HEX triplet: A2, BD and 74. RGB value is (162,189,116). Sum of RGB (Red+Green+Blue) = 162+189+116=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BD74 is #5D428B. Grayscale: #ACACAC. Windows color (decimal): -6111884 or 7650722. OLE color: 7650722.

HSL color Cylindrical-coordinate representation of color #A2BD74: hue angle of 82.19º 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 #A2BD74 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 189 116 -
CMYK 0.14 0 0.39 0.26
HSL 82.19º 0.36% 0.6% -
HSV(B) 82.19º 0.39% 0.74% -
XYZ 36.25 45.34 23.36 -
YUV 172.61 96.05 120.44 -
System Red Green Blue C M Y K H S L
Decimal 162 189 116 0.14 0 0.39 0.26 82.19 0.36 0.6
Hex A2 BD 74 E 0 27 1A 52 24 3C
Octal 242 275 164 16 0 47 32 122 44 74
Binary 10100010 10111101 1110100 1110 0 100111 11010 1010010 100100 111100

Color Harmonies of #A2BD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BD74

Black with #A2BD74

Text Example


Text Example

White with #A2BD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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