Html Css Color HEX #A4B969 Olivine

📋 copy color: '#A4B969'

red 164 ◦ green 185 ◦ blue 105

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

Shades of Olivine #A4B969

Tints of Olivine #A4B969

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.75%

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

R = 36.12%
G = 40.75%
B = 23.13%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#A4B969 (or 0xA4B969) is known color: Olivine. HEX triplet: A4, B9 and 69. RGB value is (164,185,105). Sum of RGB (Red+Green+Blue) = 164+185+105=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 105 (41.41% from 255 or 23.13% from 454); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B969 is #5B4696. Grayscale: #A9A9A9. Windows color (decimal): -5981847 or 6928804. OLE color: 6928804.

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

Color convert

RGB 164 185 105 -
CMYK 0.11 0 0.43 0.27
HSL 75.75º 0.36% 0.57% -
HSV(B) 75.75º 0.43% 0.73% -
XYZ 35.21 43.61 19.93 -
YUV 169.6 91.54 124 -
System Red Green Blue C M Y K H S L
Decimal 164 185 105 0.11 0 0.43 0.27 75.75 0.36 0.57
Hex A4 B9 69 B 0 2B 1B 4C 24 39
Octal 244 271 151 13 0 53 33 114 44 71
Binary 10100100 10111001 1101001 1011 0 101011 11011 1001100 100100 111001

Color Harmonies of #A4B969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B969

Black with #A4B969

Text Example


Text Example

White with #A4B969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B969; }

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

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

background-color css

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

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

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

border-color css

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

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

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