Html Css Color HEX #A4BE6D Olivine

📋 copy color: '#A4BE6D'

red 164 ◦ green 190 ◦ blue 109

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

Shades of Olivine #A4BE6D

Tints of Olivine #A4BE6D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.04%

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

R = 35.42%
G = 41.04%
B = 23.54%

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

#A4BE6D (or 0xA4BE6D) is known color: Olivine. HEX triplet: A4, BE and 6D. RGB value is (164,190,109). Sum of RGB (Red+Green+Blue) = 164+190+109=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BE6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BE6D is #5B4192. Grayscale: #ADADAD. Windows color (decimal): -5980563 or 7192228. OLE color: 7192228.

HSL color Cylindrical-coordinate representation of color #A4BE6D: hue angle of 79.26º degrees, saturation: 0.38, 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 #A4BE6D is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 190 109 -
CMYK 0.14 0 0.43 0.25
HSL 79.26º 0.38% 0.59% -
HSV(B) 79.26º 0.43% 0.75% -
XYZ 36.48 45.82 21.39 -
YUV 172.99 91.89 121.59 -
System Red Green Blue C M Y K H S L
Decimal 164 190 109 0.14 0 0.43 0.25 79.26 0.38 0.59
Hex A4 BE 6D E 0 2B 19 4F 26 3B
Octal 244 276 155 16 0 53 31 117 46 73
Binary 10100100 10111110 1101101 1110 0 101011 11001 1001111 100110 111011

Color Harmonies of #A4BE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BE6D

Black with #A4BE6D

Text Example


Text Example

White with #A4BE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BE6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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