Html Css Color HEX #A5C162 Olivine

📋 copy color: '#A5C162'

red 165 ◦ green 193 ◦ blue 98

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

Shades of Olivine #A5C162

Tints of Olivine #A5C162

RGB

 RED value IS 165 (64.84% from 255) = 36.18%

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

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

R = 36.18%
G = 42.32%
B = 21.49%

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

#A5C162 (or 0xA5C162) is known color: Olivine. HEX triplet: A5, C1 and 62. RGB value is (165,193,98). Sum of RGB (Red+Green+Blue) = 165+193+98=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 98 (38.67% from 255 or 21.49% from 456); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C162 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C162 is #5A3E9D. Grayscale: #AEAEAE. Windows color (decimal): -5914270 or 6472101. OLE color: 6472101.

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

Color convert

RGB 165 193 98 -
CMYK 0.15 0 0.49 0.24
HSL 77.68º 0.43% 0.57% -
HSV(B) 77.68º 0.49% 0.76% -
XYZ 36.79 47.02 18.69 -
YUV 173.8 85.22 121.72 -
System Red Green Blue C M Y K H S L
Decimal 165 193 98 0.15 0 0.49 0.24 77.68 0.43 0.57
Hex A5 C1 62 F 0 31 18 4E 2B 39
Octal 245 301 142 17 0 61 30 116 53 71
Binary 10100101 11000001 1100010 1111 0 110001 11000 1001110 101011 111001

Color Harmonies of #A5C162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C162

Black with #A5C162

Text Example


Text Example

White with #A5C162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C162; }

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

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

background-color css

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

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

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

border-color css

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

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

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