Html Css Color HEX #A5B458 Green Smoke

📋 copy color: '#A5B458'

red 165 ◦ green 180 ◦ blue 88

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

Shades of Green Smoke #A5B458

Tints of Green Smoke #A5B458

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.57%

 BLUE value IS 88 (34.77% from 255) = 20.32%

R = 38.11%
G = 41.57%
B = 20.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#A5B458 (or 0xA5B458) is known color: Green Smoke. HEX triplet: A5, B4 and 58. RGB value is (165,180,88). Sum of RGB (Red+Green+Blue) = 165+180+88=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 88 (34.77% from 255 or 20.32% from 433); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B458 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B458 is #5A4BA7. Grayscale: #A5A5A5. Windows color (decimal): -5917608 or 5813413. OLE color: 5813413.

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

Color convert

RGB 165 180 88 -
CMYK 0.08 0 0.51 0.29
HSL 69.78º 0.38% 0.53% -
HSV(B) 69.78º 0.51% 0.71% -
XYZ 33.6 41.35 15.44 -
YUV 165.03 84.53 127.98 -
System Red Green Blue C M Y K H S L
Decimal 165 180 88 0.08 0 0.51 0.29 69.78 0.38 0.53
Hex A5 B4 58 8 0 33 1D 46 26 35
Octal 245 264 130 10 0 63 35 106 46 65
Binary 10100101 10110100 1011000 1000 0 110011 11101 1000110 100110 110101

Color Harmonies of #A5B458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B458

Black with #A5B458

Text Example


Text Example

White with #A5B458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B458; }

 p { color: rgb(165,180,88); }

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

background-color css

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

 a { background-color: rgb(165,180,88); }

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

border-color css

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

 span { border-color: rgb(165,180,88); }

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