Html Css Color HEX #A4BA77 Olivine

📋 copy color: '#A4BA77'

red 164 ◦ green 186 ◦ blue 119

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

Shades of Olivine #A4BA77

Tints of Olivine #A4BA77

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.66%

 BLUE value IS 119 (46.88% from 255) = 25.37%

R = 34.97%
G = 39.66%
B = 25.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#A4BA77 (or 0xA4BA77) is known color: Olivine. HEX triplet: A4, BA and 77. RGB value is (164,186,119). Sum of RGB (Red+Green+Blue) = 164+186+119=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BA77 is #5B4588. Grayscale: #ACACAC. Windows color (decimal): -5981577 or 7846564. OLE color: 7846564.

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

Color convert

RGB 164 186 119 -
CMYK 0.12 0 0.36 0.27
HSL 79.7º 0.33% 0.6% -
HSV(B) 79.7º 0.36% 0.73% -
XYZ 36.2 44.34 24.1 -
YUV 171.78 98.21 122.45 -
System Red Green Blue C M Y K H S L
Decimal 164 186 119 0.12 0 0.36 0.27 79.7 0.33 0.6
Hex A4 BA 77 C 0 24 1B 50 21 3C
Octal 244 272 167 14 0 44 33 120 41 74
Binary 10100100 10111010 1110111 1100 0 100100 11011 1010000 100001 111100

Color Harmonies of #A4BA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BA77

Black with #A4BA77

Text Example


Text Example

White with #A4BA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BA77; }

 p { color: rgb(164,186,119); }

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

background-color css

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

 a { background-color: rgb(164,186,119); }

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

border-color css

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

 span { border-color: rgb(164,186,119); }

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