Html Css Color HEX #A4C361 Olivine

📋 copy color: '#A4C361'

red 164 ◦ green 195 ◦ blue 97

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

Shades of Olivine #A4C361

Tints of Olivine #A4C361

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.76%

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

R = 35.96%
G = 42.76%
B = 21.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#A4C361 (or 0xA4C361) is known color: Olivine. HEX triplet: A4, C3 and 61. RGB value is (164,195,97). Sum of RGB (Red+Green+Blue) = 164+195+97=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 195 - color contains mainly: green. Hex color #A4C361 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C361 is #5B3C9E. Grayscale: #AEAEAE. Windows color (decimal): -5979295 or 6407076. OLE color: 6407076.

HSL color Cylindrical-coordinate representation of color #A4C361: hue angle of 78.98º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A4C361 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 195 97 -
CMYK 0.16 0 0.50 0.24
HSL 78.98º 0.45% 0.57% -
HSV(B) 78.98º 0.5% 0.76% -
XYZ 36.98 47.79 18.58 -
YUV 174.56 84.23 120.47 -
System Red Green Blue C M Y K H S L
Decimal 164 195 97 0.16 0 0.50 0.24 78.98 0.45 0.57
Hex A4 C3 61 10 0 32 18 4F 2D 39
Octal 244 303 141 20 0 62 30 117 55 71
Binary 10100100 11000011 1100001 10000 0 110010 11000 1001111 101101 111001

Color Harmonies of #A4C361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C361

Black with #A4C361

Text Example


Text Example

White with #A4C361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C361; }

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

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

background-color css

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

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

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

border-color css

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

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

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