Html Css Color HEX #A2BB6F Olivine

📋 copy color: '#A2BB6F'

red 162 ◦ green 187 ◦ blue 111

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

Shades of Olivine #A2BB6F

Tints of Olivine #A2BB6F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.65%

 BLUE value IS 111 (43.75% from 255) = 24.13%

R = 35.22%
G = 40.65%
B = 24.13%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#A2BB6F (or 0xA2BB6F) is known color: Olivine. HEX triplet: A2, BB and 6F. RGB value is (162,187,111). Sum of RGB (Red+Green+Blue) = 162+187+111=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BB6F is #5D4490. Grayscale: #ABABAB. Windows color (decimal): -6112401 or 7322530. OLE color: 7322530.

HSL color Cylindrical-coordinate representation of color #A2BB6F: hue angle of 79.74º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2BB6F is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 187 111 -
CMYK 0.13 0 0.41 0.27
HSL 79.74º 0.36% 0.58% -
HSV(B) 79.74º 0.41% 0.73% -
XYZ 35.54 44.37 21.73 -
YUV 170.86 94.22 121.68 -
System Red Green Blue C M Y K H S L
Decimal 162 187 111 0.13 0 0.41 0.27 79.74 0.36 0.58
Hex A2 BB 6F D 0 29 1B 50 24 3A
Octal 242 273 157 15 0 51 33 120 44 72
Binary 10100010 10111011 1101111 1101 0 101001 11011 1010000 100100 111010

Color Harmonies of #A2BB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BB6F

Black with #A2BB6F

Text Example


Text Example

White with #A2BB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BB6F; }

 p { color: rgb(162,187,111); }

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

background-color css

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

 a { background-color: rgb(162,187,111); }

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

border-color css

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

 span { border-color: rgb(162,187,111); }

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