Html Css Color HEX #A4BB6E Olivine

📋 copy color: '#A4BB6E'

red 164 ◦ green 187 ◦ blue 110

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

Shades of Olivine #A4BB6E

Tints of Olivine #A4BB6E

RGB

 RED value IS 164 (64.45% from 255) = 35.57%

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

 BLUE value IS 110 (43.36% from 255) = 23.86%

R = 35.57%
G = 40.56%
B = 23.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#A4BB6E (or 0xA4BB6E) is known color: Olivine. HEX triplet: A4, BB and 6E. RGB value is (164,187,110). Sum of RGB (Red+Green+Blue) = 164+187+110=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BB6E is #5B4491. Grayscale: #ABABAB. Windows color (decimal): -5981330 or 7256996. OLE color: 7256996.

HSL color Cylindrical-coordinate representation of color #A4BB6E: hue angle of 77.92º 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 #A4BB6E is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 187 110 -
CMYK 0.12 0 0.41 0.27
HSL 77.92º 0.36% 0.58% -
HSV(B) 77.92º 0.41% 0.73% -
XYZ 35.89 44.56 21.46 -
YUV 171.35 93.38 122.76 -
System Red Green Blue C M Y K H S L
Decimal 164 187 110 0.12 0 0.41 0.27 77.92 0.36 0.58
Hex A4 BB 6E C 0 29 1B 4E 24 3A
Octal 244 273 156 14 0 51 33 116 44 72
Binary 10100100 10111011 1101110 1100 0 101001 11011 1001110 100100 111010

Color Harmonies of #A4BB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BB6E

Black with #A4BB6E

Text Example


Text Example

White with #A4BB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BB6E; }

 p { color: rgb(164,187,110); }

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

background-color css

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

 a { background-color: rgb(164,187,110); }

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

border-color css

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

 span { border-color: rgb(164,187,110); }

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