Html Css Color HEX #A4C365 Olivine

📋 copy color: '#A4C365'

red 164 ◦ green 195 ◦ blue 101

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

Shades of Olivine #A4C365

Tints of Olivine #A4C365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.96%

R = 35.65%
G = 42.39%
B = 21.96%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#A4C365 (or 0xA4C365) is known color: Olivine. HEX triplet: A4, C3 and 65. RGB value is (164,195,101). Sum of RGB (Red+Green+Blue) = 164+195+101=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 195 - color contains mainly: green. Hex color #A4C365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C365 is #5B3C9A. Grayscale: #AFAFAF. Windows color (decimal): -5979291 or 6669220. OLE color: 6669220.

HSL color Cylindrical-coordinate representation of color #A4C365: hue angle of 79.79º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A4C365 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 195 101 -
CMYK 0.16 0 0.48 0.24
HSL 79.79º 0.44% 0.58% -
HSV(B) 79.79º 0.48% 0.76% -
XYZ 37.17 47.86 19.59 -
YUV 175.02 86.23 120.14 -
System Red Green Blue C M Y K H S L
Decimal 164 195 101 0.16 0 0.48 0.24 79.79 0.44 0.58
Hex A4 C3 65 10 0 30 18 50 2C 3A
Octal 244 303 145 20 0 60 30 120 54 72
Binary 10100100 11000011 1100101 10000 0 110000 11000 1010000 101100 111010

Color Harmonies of #A4C365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C365

Black with #A4C365

Text Example


Text Example

White with #A4C365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C365; }

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

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

background-color css

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

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

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

border-color css

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

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

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