Html Css Color HEX #A4C362 Olivine

📋 copy color: '#A4C362'

red 164 ◦ green 195 ◦ blue 98

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

Shades of Olivine #A4C362

Tints of Olivine #A4C362

RGB

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

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

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

R = 35.89%
G = 42.67%
B = 21.44%

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

#A4C362 (or 0xA4C362) is known color: Olivine. HEX triplet: A4, C3 and 62. RGB value is (164,195,98). Sum of RGB (Red+Green+Blue) = 164+195+98=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 195 - color contains mainly: green. Hex color #A4C362 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C362 is #5B3C9D. Grayscale: #AFAFAF. Windows color (decimal): -5979294 or 6472612. OLE color: 6472612.

HSL color Cylindrical-coordinate representation of color #A4C362: hue angle of 79.18º 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 #A4C362 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 195 98 -
CMYK 0.16 0 0.50 0.24
HSL 79.18º 0.45% 0.57% -
HSV(B) 79.18º 0.5% 0.76% -
XYZ 37.03 47.8 18.83 -
YUV 174.67 84.73 120.39 -
System Red Green Blue C M Y K H S L
Decimal 164 195 98 0.16 0 0.50 0.24 79.18 0.45 0.57
Hex A4 C3 62 10 0 32 18 4F 2D 39
Octal 244 303 142 20 0 62 30 117 55 71
Binary 10100100 11000011 1100010 10000 0 110010 11000 1001111 101101 111001

Color Harmonies of #A4C362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C362

Black with #A4C362

Text Example


Text Example

White with #A4C362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C362; }

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

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

background-color css

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

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

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

border-color css

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

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

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