Html Css Color HEX #A2BC62 Olivine

📋 copy color: '#A2BC62'

red 162 ◦ green 188 ◦ blue 98

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

Shades of Olivine #A2BC62

Tints of Olivine #A2BC62

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.96%

 BLUE value IS 98 (38.67% from 255) = 21.88%

R = 36.16%
G = 41.96%
B = 21.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#A2BC62 (or 0xA2BC62) is known color: Olivine. HEX triplet: A2, BC and 62. RGB value is (162,188,98). Sum of RGB (Red+Green+Blue) = 162+188+98=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BC62 is #5D439D. Grayscale: #AAAAAA. Windows color (decimal): -6112158 or 6470818. OLE color: 6470818.

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

Color convert

RGB 162 188 98 -
CMYK 0.14 0 0.48 0.26
HSL 77.33º 0.4% 0.56% -
HSV(B) 77.33º 0.48% 0.74% -
XYZ 35.09 44.53 18.3 -
YUV 169.97 87.39 122.32 -
System Red Green Blue C M Y K H S L
Decimal 162 188 98 0.14 0 0.48 0.26 77.33 0.4 0.56
Hex A2 BC 62 E 0 30 1A 4D 28 38
Octal 242 274 142 16 0 60 32 115 50 70
Binary 10100010 10111100 1100010 1110 0 110000 11010 1001101 101000 111000

Color Harmonies of #A2BC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BC62

Black with #A2BC62

Text Example


Text Example

White with #A2BC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BC62; }

 p { color: rgb(162,188,98); }

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

background-color css

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

 a { background-color: rgb(162,188,98); }

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

border-color css

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

 span { border-color: rgb(162,188,98); }

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