Html Css Color HEX #A1B462 Green Smoke

📋 copy color: '#A1B462'

red 161 ◦ green 180 ◦ blue 98

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

Shades of Green Smoke #A1B462

Tints of Green Smoke #A1B462

RGB

 RED value IS 161 (63.28% from 255) = 36.67%

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

 BLUE value IS 98 (38.67% from 255) = 22.32%

R = 36.67%
G = 41%
B = 22.32%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#A1B462 (or 0xA1B462) is known color: Green Smoke. HEX triplet: A1, B4 and 62. RGB value is (161,180,98). Sum of RGB (Red+Green+Blue) = 161+180+98=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 98 (38.67% from 255 or 22.32% from 439); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B462 is #5E4B9D. Grayscale: #A5A5A5. Windows color (decimal): -6179742 or 6468769. OLE color: 6468769.

HSL color Cylindrical-coordinate representation of color #A1B462: hue angle of 73.9º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A1B462 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 180 98 -
CMYK 0.11 0 0.46 0.29
HSL 73.9º 0.35% 0.55% -
HSV(B) 73.9º 0.46% 0.71% -
XYZ 33.22 41.1 17.74 -
YUV 164.97 90.21 125.17 -
System Red Green Blue C M Y K H S L
Decimal 161 180 98 0.11 0 0.46 0.29 73.9 0.35 0.55
Hex A1 B4 62 B 0 2E 1D 4A 23 37
Octal 241 264 142 13 0 56 35 112 43 67
Binary 10100001 10110100 1100010 1011 0 101110 11101 1001010 100011 110111

Color Harmonies of #A1B462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B462

Black with #A1B462

Text Example


Text Example

White with #A1B462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B462; }

 p { color: rgb(161,180,98); }

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

background-color css

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

 a { background-color: rgb(161,180,98); }

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

border-color css

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

 span { border-color: rgb(161,180,98); }

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