Html Css Color HEX #A2B57D Olivine

📋 copy color: '#A2B57D'

red 162 ◦ green 181 ◦ blue 125

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

Shades of Olivine #A2B57D

Tints of Olivine #A2B57D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.68%

 BLUE value IS 125 (49.22% from 255) = 26.71%

R = 34.62%
G = 38.68%
B = 26.71%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#A2B57D (or 0xA2B57D) is known color: Olivine. HEX triplet: A2, B5 and 7D. RGB value is (162,181,125). Sum of RGB (Red+Green+Blue) = 162+181+125=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B57D is #5D4A82. Grayscale: #A9A9A9. Windows color (decimal): -6113923 or 8238498. OLE color: 8238498.

HSL color Cylindrical-coordinate representation of color #A2B57D: hue angle of 80.36º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2B57D is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 181 125 -
CMYK 0.10 0 0.31 0.29
HSL 80.36º 0.27% 0.6% -
HSV(B) 80.36º 0.31% 0.71% -
XYZ 35.13 42.21 25.7 -
YUV 168.94 103.21 123.05 -
System Red Green Blue C M Y K H S L
Decimal 162 181 125 0.10 0 0.31 0.29 80.36 0.27 0.6
Hex A2 B5 7D A 0 1F 1D 50 1B 3C
Octal 242 265 175 12 0 37 35 120 33 74
Binary 10100010 10110101 1111101 1010 0 11111 11101 1010000 11011 111100

Color Harmonies of #A2B57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B57D

Black with #A2B57D

Text Example


Text Example

White with #A2B57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B57D; }

 p { color: rgb(162,181,125); }

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

background-color css

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

 a { background-color: rgb(162,181,125); }

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

border-color css

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

 span { border-color: rgb(162,181,125); }

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