Html Css Color HEX #A5C36C Olivine

📋 copy color: '#A5C36C'

red 165 ◦ green 195 ◦ blue 108

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

Shades of Olivine #A5C36C

Tints of Olivine #A5C36C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.08%

R = 35.26%
G = 41.67%
B = 23.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#A5C36C (or 0xA5C36C) is known color: Olivine. HEX triplet: A5, C3 and 6C. RGB value is (165,195,108). Sum of RGB (Red+Green+Blue) = 165+195+108=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C36C is #5A3C93. Grayscale: #B0B0B0. Windows color (decimal): -5913748 or 7127973. OLE color: 7127973.

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

Color convert

RGB 165 195 108 -
CMYK 0.15 0 0.45 0.24
HSL 80.69º 0.42% 0.59% -
HSV(B) 80.69º 0.45% 0.76% -
XYZ 37.74 48.11 21.48 -
YUV 176.11 89.56 120.07 -
System Red Green Blue C M Y K H S L
Decimal 165 195 108 0.15 0 0.45 0.24 80.69 0.42 0.59
Hex A5 C3 6C F 0 2D 18 51 2A 3B
Octal 245 303 154 17 0 55 30 121 52 73
Binary 10100101 11000011 1101100 1111 0 101101 11000 1010001 101010 111011

Color Harmonies of #A5C36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C36C

Black with #A5C36C

Text Example


Text Example

White with #A5C36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C36C; }

 p { color: rgb(165,195,108); }

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

background-color css

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

 a { background-color: rgb(165,195,108); }

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

border-color css

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

 span { border-color: rgb(165,195,108); }

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