Html Css Color HEX #A5C96E Olivine

📋 copy color: '#A5C96E'

red 165 ◦ green 201 ◦ blue 110

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

Shades of Olivine #A5C96E

Tints of Olivine #A5C96E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.23%

 BLUE value IS 110 (43.36% from 255) = 23.11%

R = 34.66%
G = 42.23%
B = 23.11%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#A5C96E (or 0xA5C96E) is known color: Olivine. HEX triplet: A5, C9 and 6E. RGB value is (165,201,110). Sum of RGB (Red+Green+Blue) = 165+201+110=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C96E is #5A3691. Grayscale: #B4B4B4. Windows color (decimal): -5912210 or 7260581. OLE color: 7260581.

HSL color Cylindrical-coordinate representation of color #A5C96E: hue angle of 83.74º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A5C96E is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 201 110 -
CMYK 0.18 0 0.45 0.21
HSL 83.74º 0.46% 0.61% -
HSV(B) 83.74º 0.45% 0.79% -
XYZ 39.22 50.9 22.51 -
YUV 179.86 88.57 117.4 -
System Red Green Blue C M Y K H S L
Decimal 165 201 110 0.18 0 0.45 0.21 83.74 0.46 0.61
Hex A5 C9 6E 12 0 2D 15 54 2E 3D
Octal 245 311 156 22 0 55 25 124 56 75
Binary 10100101 11001001 1101110 10010 0 101101 10101 1010100 101110 111101

Color Harmonies of #A5C96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C96E

Black with #A5C96E

Text Example


Text Example

White with #A5C96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C96E; }

 p { color: rgb(165,201,110); }

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

background-color css

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

 a { background-color: rgb(165,201,110); }

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

border-color css

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

 span { border-color: rgb(165,201,110); }

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