Html Css Color HEX #A4C461 Olivine

📋 copy color: '#A4C461'

red 164 ◦ green 196 ◦ blue 97

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

Shades of Olivine #A4C461

Tints of Olivine #A4C461

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.89%

 BLUE value IS 97 (38.28% from 255) = 21.23%

R = 35.89%
G = 42.89%
B = 21.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#A4C461 (or 0xA4C461) is known color: Olivine. HEX triplet: A4, C4 and 61. RGB value is (164,196,97). Sum of RGB (Red+Green+Blue) = 164+196+97=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 196 (76.95% from 255 or 42.89% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 196 - color contains mainly: green. Hex color #A4C461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C461 is #5B3B9E. Grayscale: #AFAFAF. Windows color (decimal): -5979039 or 6407332. OLE color: 6407332.

HSL color Cylindrical-coordinate representation of color #A4C461: hue angle of 79.39º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4C461 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 164 196 97 -
CMYK 0.16 0 0.51 0.23
HSL 79.39º 0.46% 0.57% -
HSV(B) 79.39º 0.51% 0.77% -
XYZ 37.21 48.24 18.66 -
YUV 175.15 83.9 120.05 -
System Red Green Blue C M Y K H S L
Decimal 164 196 97 0.16 0 0.51 0.23 79.39 0.46 0.57
Hex A4 C4 61 10 0 33 17 4F 2E 39
Octal 244 304 141 20 0 63 27 117 56 71
Binary 10100100 11000100 1100001 10000 0 110011 10111 1001111 101110 111001

Color Harmonies of #A4C461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C461

Black with #A4C461

Text Example


Text Example

White with #A4C461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C461; }

 p { color: rgb(164,196,97); }

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

background-color css

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

 a { background-color: rgb(164,196,97); }

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

border-color css

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

 span { border-color: rgb(164,196,97); }

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