Html Css Color HEX #A5BA60 Green Smoke

📋 copy color: '#A5BA60'

red 165 ◦ green 186 ◦ blue 96

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

Shades of Green Smoke #A5BA60

Tints of Green Smoke #A5BA60

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.61%

 BLUE value IS 96 (37.89% from 255) = 21.48%

R = 36.91%
G = 41.61%
B = 21.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#A5BA60 (or 0xA5BA60) is known color: Green Smoke. HEX triplet: A5, BA and 60. RGB value is (165,186,96). Sum of RGB (Red+Green+Blue) = 165+186+96=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BA60 is #5A459F. Grayscale: #A9A9A9. Windows color (decimal): -5916064 or 6339237. OLE color: 6339237.

HSL color Cylindrical-coordinate representation of color #A5BA60: hue angle of 74º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A5BA60 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 186 96 -
CMYK 0.11 0 0.48 0.27
HSL 74º 0.39% 0.55% -
HSV(B) 74º 0.48% 0.73% -
XYZ 35.19 43.96 17.7 -
YUV 169.46 86.54 124.82 -
System Red Green Blue C M Y K H S L
Decimal 165 186 96 0.11 0 0.48 0.27 74 0.39 0.55
Hex A5 BA 60 B 0 30 1B 4A 27 37
Octal 245 272 140 13 0 60 33 112 47 67
Binary 10100101 10111010 1100000 1011 0 110000 11011 1001010 100111 110111

Color Harmonies of #A5BA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BA60

Black with #A5BA60

Text Example


Text Example

White with #A5BA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BA60; }

 p { color: rgb(165,186,96); }

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

background-color css

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

 a { background-color: rgb(165,186,96); }

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

border-color css

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

 span { border-color: rgb(165,186,96); }

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