Html Css Color HEX #A4C162 Olivine

📋 copy color: '#A4C162'

red 164 ◦ green 193 ◦ blue 98

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

Shades of Olivine #A4C162

Tints of Olivine #A4C162

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.42%

 BLUE value IS 98 (38.67% from 255) = 21.54%

R = 36.04%
G = 42.42%
B = 21.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#A4C162 (or 0xA4C162) is known color: Olivine. HEX triplet: A4, C1 and 62. RGB value is (164,193,98). Sum of RGB (Red+Green+Blue) = 164+193+98=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C162 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C162 is #5B3E9D. Grayscale: #ADADAD. Windows color (decimal): -5979806 or 6472100. OLE color: 6472100.

HSL color Cylindrical-coordinate representation of color #A4C162: hue angle of 78.32º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A4C162 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 193 98 -
CMYK 0.15 0 0.49 0.24
HSL 78.32º 0.43% 0.57% -
HSV(B) 78.32º 0.49% 0.76% -
XYZ 36.58 46.91 18.68 -
YUV 173.5 85.39 121.22 -
System Red Green Blue C M Y K H S L
Decimal 164 193 98 0.15 0 0.49 0.24 78.32 0.43 0.57
Hex A4 C1 62 F 0 31 18 4E 2B 39
Octal 244 301 142 17 0 61 30 116 53 71
Binary 10100100 11000001 1100010 1111 0 110001 11000 1001110 101011 111001

Color Harmonies of #A4C162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C162

Black with #A4C162

Text Example


Text Example

White with #A4C162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C162; }

 p { color: rgb(164,193,98); }

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

background-color css

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

 a { background-color: rgb(164,193,98); }

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

border-color css

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

 span { border-color: rgb(164,193,98); }

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