Html Css Color HEX #A4BA69 Olivine

📋 copy color: '#A4BA69'

red 164 ◦ green 186 ◦ blue 105

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

Shades of Olivine #A4BA69

Tints of Olivine #A4BA69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.08%

R = 36.04%
G = 40.88%
B = 23.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#A4BA69 (or 0xA4BA69) is known color: Olivine. HEX triplet: A4, BA and 69. RGB value is (164,186,105). Sum of RGB (Red+Green+Blue) = 164+186+105=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BA69 is #5B4596. Grayscale: #AAAAAA. Windows color (decimal): -5981591 or 6929060. OLE color: 6929060.

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

Color convert

RGB 164 186 105 -
CMYK 0.12 0 0.44 0.27
HSL 76.3º 0.37% 0.57% -
HSV(B) 76.3º 0.44% 0.73% -
XYZ 35.42 44.03 20 -
YUV 170.19 91.21 123.59 -
System Red Green Blue C M Y K H S L
Decimal 164 186 105 0.12 0 0.44 0.27 76.3 0.37 0.57
Hex A4 BA 69 C 0 2C 1B 4C 25 39
Octal 244 272 151 14 0 54 33 114 45 71
Binary 10100100 10111010 1101001 1100 0 101100 11011 1001100 100101 111001

Color Harmonies of #A4BA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BA69

Black with #A4BA69

Text Example


Text Example

White with #A4BA69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BA69; }

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

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

background-color css

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

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

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

border-color css

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

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

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