Html Css Color HEX #A4BA73 Olivine

📋 copy color: '#A4BA73'

red 164 ◦ green 186 ◦ blue 115

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

Shades of Olivine #A4BA73

Tints of Olivine #A4BA73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.73%

R = 35.27%
G = 40%
B = 24.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#A4BA73 (or 0xA4BA73) is known color: Olivine. HEX triplet: A4, BA and 73. RGB value is (164,186,115). Sum of RGB (Red+Green+Blue) = 164+186+115=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BA73 is #5B458C. Grayscale: #ABABAB. Windows color (decimal): -5981581 or 7584420. OLE color: 7584420.

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

Color convert

RGB 164 186 115 -
CMYK 0.12 0 0.38 0.27
HSL 78.59º 0.34% 0.59% -
HSV(B) 78.59º 0.38% 0.73% -
XYZ 35.96 44.25 22.86 -
YUV 171.33 96.21 122.77 -
System Red Green Blue C M Y K H S L
Decimal 164 186 115 0.12 0 0.38 0.27 78.59 0.34 0.59
Hex A4 BA 73 C 0 26 1B 4F 22 3B
Octal 244 272 163 14 0 46 33 117 42 73
Binary 10100100 10111010 1110011 1100 0 100110 11011 1001111 100010 111011

Color Harmonies of #A4BA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BA73

Black with #A4BA73

Text Example


Text Example

White with #A4BA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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