Html Css Color HEX #A4BD6F Olivine

📋 copy color: '#A4BD6F'

red 164 ◦ green 189 ◦ blue 111

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

Shades of Olivine #A4BD6F

Tints of Olivine #A4BD6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.92%

R = 35.34%
G = 40.73%
B = 23.92%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#A4BD6F (or 0xA4BD6F) is known color: Olivine. HEX triplet: A4, BD and 6F. RGB value is (164,189,111). Sum of RGB (Red+Green+Blue) = 164+189+111=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BD6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BD6F is #5B4290. Grayscale: #ACACAC. Windows color (decimal): -5980817 or 7323044. OLE color: 7323044.

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

Color convert

RGB 164 189 111 -
CMYK 0.13 0 0.41 0.26
HSL 79.23º 0.37% 0.59% -
HSV(B) 79.23º 0.41% 0.74% -
XYZ 36.38 45.44 21.89 -
YUV 172.63 93.22 121.84 -
System Red Green Blue C M Y K H S L
Decimal 164 189 111 0.13 0 0.41 0.26 79.23 0.37 0.59
Hex A4 BD 6F D 0 29 1A 4F 25 3B
Octal 244 275 157 15 0 51 32 117 45 73
Binary 10100100 10111101 1101111 1101 0 101001 11010 1001111 100101 111011

Color Harmonies of #A4BD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BD6F

Black with #A4BD6F

Text Example


Text Example

White with #A4BD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BD6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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