Html Css Color HEX #A4BD69 Olivine

📋 copy color: '#A4BD69'

red 164 ◦ green 189 ◦ blue 105

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

Shades of Olivine #A4BD69

Tints of Olivine #A4BD69

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.27%

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

R = 35.81%
G = 41.27%
B = 22.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#A4BD69 (or 0xA4BD69) is known color: Olivine. HEX triplet: A4, BD and 69. RGB value is (164,189,105). Sum of RGB (Red+Green+Blue) = 164+189+105=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 105 (41.41% from 255 or 22.93% from 458); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BD69 is #5B4296. Grayscale: #ACACAC. Windows color (decimal): -5980823 or 6929828. OLE color: 6929828.

HSL color Cylindrical-coordinate representation of color #A4BD69: hue angle of 77.86º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A4BD69 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 189 105 -
CMYK 0.13 0 0.44 0.26
HSL 77.86º 0.39% 0.58% -
HSV(B) 77.86º 0.44% 0.74% -
XYZ 36.06 45.31 20.21 -
YUV 171.95 90.22 122.33 -
System Red Green Blue C M Y K H S L
Decimal 164 189 105 0.13 0 0.44 0.26 77.86 0.39 0.58
Hex A4 BD 69 D 0 2C 1A 4E 27 3A
Octal 244 275 151 15 0 54 32 116 47 72
Binary 10100100 10111101 1101001 1101 0 101100 11010 1001110 100111 111010

Color Harmonies of #A4BD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BD69

Black with #A4BD69

Text Example


Text Example

White with #A4BD69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BD69; }

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

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

background-color css

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

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

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

border-color css

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

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

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