Html Css Color HEX #A5C96A Olivine

📋 copy color: '#A5C96A'

red 165 ◦ green 201 ◦ blue 106

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

Shades of Olivine #A5C96A

Tints of Olivine #A5C96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.46%

R = 34.96%
G = 42.58%
B = 22.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#A5C96A (or 0xA5C96A) is known color: Olivine. HEX triplet: A5, C9 and 6A. RGB value is (165,201,106). Sum of RGB (Red+Green+Blue) = 165+201+106=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C96A is #5A3695. Grayscale: #B3B3B3. Windows color (decimal): -5912214 or 6998437. OLE color: 6998437.

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

Color convert

RGB 165 201 106 -
CMYK 0.18 0 0.47 0.21
HSL 82.74º 0.47% 0.6% -
HSV(B) 82.74º 0.47% 0.79% -
XYZ 39.01 50.81 21.39 -
YUV 179.41 86.57 117.72 -
System Red Green Blue C M Y K H S L
Decimal 165 201 106 0.18 0 0.47 0.21 82.74 0.47 0.6
Hex A5 C9 6A 12 0 2F 15 53 2F 3C
Octal 245 311 152 22 0 57 25 123 57 74
Binary 10100101 11001001 1101010 10010 0 101111 10101 1010011 101111 111100

Color Harmonies of #A5C96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C96A

Black with #A5C96A

Text Example


Text Example

White with #A5C96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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