Html Css Color HEX #A5BB61 Green Smoke

📋 copy color: '#A5BB61'

red 165 ◦ green 187 ◦ blue 97

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

Shades of Green Smoke #A5BB61

Tints of Green Smoke #A5BB61

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.65%

 BLUE value IS 97 (38.28% from 255) = 21.6%

R = 36.75%
G = 41.65%
B = 21.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#A5BB61 (or 0xA5BB61) is known color: Green Smoke. HEX triplet: A5, BB and 61. RGB value is (165,187,97). Sum of RGB (Red+Green+Blue) = 165+187+97=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BB61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BB61 is #5A449E. Grayscale: #AAAAAA. Windows color (decimal): -5915807 or 6405029. OLE color: 6405029.

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

Color convert

RGB 165 187 97 -
CMYK 0.12 0 0.48 0.27
HSL 74.67º 0.4% 0.56% -
HSV(B) 74.67º 0.48% 0.73% -
XYZ 35.45 44.4 18.01 -
YUV 170.16 86.71 124.32 -
System Red Green Blue C M Y K H S L
Decimal 165 187 97 0.12 0 0.48 0.27 74.67 0.4 0.56
Hex A5 BB 61 C 0 30 1B 4B 28 38
Octal 245 273 141 14 0 60 33 113 50 70
Binary 10100101 10111011 1100001 1100 0 110000 11011 1001011 101000 111000

Color Harmonies of #A5BB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BB61

Black with #A5BB61

Text Example


Text Example

White with #A5BB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BB61; }

 p { color: rgb(165,187,97); }

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

background-color css

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

 a { background-color: rgb(165,187,97); }

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

border-color css

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

 span { border-color: rgb(165,187,97); }

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