Html Css Color HEX #A2B67D Olivine

📋 copy color: '#A2B67D'

red 162 ◦ green 182 ◦ blue 125

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

Shades of Olivine #A2B67D

Tints of Olivine #A2B67D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.81%

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

R = 34.54%
G = 38.81%
B = 26.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#A2B67D (or 0xA2B67D) is known color: Olivine. HEX triplet: A2, B6 and 7D. RGB value is (162,182,125). Sum of RGB (Red+Green+Blue) = 162+182+125=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B67D is #5D4982. Grayscale: #A9A9A9. Windows color (decimal): -6113667 or 8238754. OLE color: 8238754.

HSL color Cylindrical-coordinate representation of color #A2B67D: hue angle of 81.05º degrees, saturation: 0.28, 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 #A2B67D is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 182 125 -
CMYK 0.11 0 0.31 0.29
HSL 81.05º 0.28% 0.6% -
HSV(B) 81.05º 0.31% 0.71% -
XYZ 35.33 42.62 25.77 -
YUV 169.52 102.87 122.63 -
System Red Green Blue C M Y K H S L
Decimal 162 182 125 0.11 0 0.31 0.29 81.05 0.28 0.6
Hex A2 B6 7D B 0 1F 1D 51 1C 3C
Octal 242 266 175 13 0 37 35 121 34 74
Binary 10100010 10110110 1111101 1011 0 11111 11101 1010001 11100 111100

Color Harmonies of #A2B67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B67D

Black with #A2B67D

Text Example


Text Example

White with #A2B67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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