Html Css Color HEX #A5B55B Green Smoke

📋 copy color: '#A5B55B'

red 165 ◦ green 181 ◦ blue 91

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

Shades of Green Smoke #A5B55B

Tints of Green Smoke #A5B55B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.42%

 BLUE value IS 91 (35.94% from 255) = 20.82%

R = 37.76%
G = 41.42%
B = 20.82%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#A5B55B (or 0xA5B55B) is known color: Green Smoke. HEX triplet: A5, B5 and 5B. RGB value is (165,181,91). Sum of RGB (Red+Green+Blue) = 165+181+91=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 91 (35.94% from 255 or 20.82% from 437); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B55B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B55B is #5A4AA4. Grayscale: #A6A6A6. Windows color (decimal): -5917349 or 6010277. OLE color: 6010277.

HSL color Cylindrical-coordinate representation of color #A5B55B: hue angle of 70.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5B55B is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 181 91 -
CMYK 0.09 0 0.50 0.29
HSL 70.67º 0.38% 0.53% -
HSV(B) 70.67º 0.5% 0.71% -
XYZ 33.93 41.8 16.18 -
YUV 165.96 85.7 127.32 -
System Red Green Blue C M Y K H S L
Decimal 165 181 91 0.09 0 0.50 0.29 70.67 0.38 0.53
Hex A5 B5 5B 9 0 32 1D 47 26 35
Octal 245 265 133 11 0 62 35 107 46 65
Binary 10100101 10110101 1011011 1001 0 110010 11101 1000111 100110 110101

Color Harmonies of #A5B55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B55B

Black with #A5B55B

Text Example


Text Example

White with #A5B55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B55B; }

 p { color: rgb(165,181,91); }

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

background-color css

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

 a { background-color: rgb(165,181,91); }

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

border-color css

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

 span { border-color: rgb(165,181,91); }

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