Html Css Color HEX #A4BE76 Olivine

📋 copy color: '#A4BE76'

red 164 ◦ green 190 ◦ blue 118

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

Shades of Olivine #A4BE76

Tints of Olivine #A4BE76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25%

R = 34.75%
G = 40.25%
B = 25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#A4BE76 (or 0xA4BE76) is known color: Olivine. HEX triplet: A4, BE and 76. RGB value is (164,190,118). Sum of RGB (Red+Green+Blue) = 164+190+118=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 118 (46.48% from 255 or 25% from 472); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BE76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BE76 is #5B4189. Grayscale: #AEAEAE. Windows color (decimal): -5980554 or 7782052. OLE color: 7782052.

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

Color convert

RGB 164 190 118 -
CMYK 0.14 0 0.38 0.25
HSL 81.67º 0.36% 0.6% -
HSV(B) 81.67º 0.38% 0.75% -
XYZ 36.99 46.03 24.07 -
YUV 174.02 96.39 120.85 -
System Red Green Blue C M Y K H S L
Decimal 164 190 118 0.14 0 0.38 0.25 81.67 0.36 0.6
Hex A4 BE 76 E 0 26 19 52 24 3C
Octal 244 276 166 16 0 46 31 122 44 74
Binary 10100100 10111110 1110110 1110 0 100110 11001 1010010 100100 111100

Color Harmonies of #A4BE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BE76

Black with #A4BE76

Text Example


Text Example

White with #A4BE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BE76; }

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

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

background-color css

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

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

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

border-color css

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

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

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