Html Css Color HEX #A4BF6D Olivine

📋 copy color: '#A4BF6D'

red 164 ◦ green 191 ◦ blue 109

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

Shades of Olivine #A4BF6D

Tints of Olivine #A4BF6D

RGB

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

 GREEN value IS 191 (75% from 255) = 41.16%

 BLUE value IS 109 (42.97% from 255) = 23.49%

R = 35.34%
G = 41.16%
B = 23.49%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#A4BF6D (or 0xA4BF6D) is known color: Olivine. HEX triplet: A4, BF and 6D. RGB value is (164,191,109). Sum of RGB (Red+Green+Blue) = 164+191+109=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BF6D is #5B4092. Grayscale: #ADADAD. Windows color (decimal): -5980307 or 7192484. OLE color: 7192484.

HSL color Cylindrical-coordinate representation of color #A4BF6D: hue angle of 79.76º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A4BF6D is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 191 109 -
CMYK 0.14 0 0.43 0.25
HSL 79.76º 0.39% 0.59% -
HSV(B) 79.76º 0.43% 0.75% -
XYZ 36.7 46.26 21.46 -
YUV 173.58 91.55 121.17 -
System Red Green Blue C M Y K H S L
Decimal 164 191 109 0.14 0 0.43 0.25 79.76 0.39 0.59
Hex A4 BF 6D E 0 2B 19 50 27 3B
Octal 244 277 155 16 0 53 31 120 47 73
Binary 10100100 10111111 1101101 1110 0 101011 11001 1010000 100111 111011

Color Harmonies of #A4BF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BF6D

Black with #A4BF6D

Text Example


Text Example

White with #A4BF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BF6D; }

 p { color: rgb(164,191,109); }

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

background-color css

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

 a { background-color: rgb(164,191,109); }

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

border-color css

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

 span { border-color: rgb(164,191,109); }

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