Html Css Color HEX #A0BC5C Green Smoke

📋 copy color: '#A0BC5C'

red 160 ◦ green 188 ◦ blue 92

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

Shades of Green Smoke #A0BC5C

Tints of Green Smoke #A0BC5C

RGB

 RED value IS 160 (62.89% from 255) = 36.36%

 GREEN value IS 188 (73.83% from 255) = 42.73%

 BLUE value IS 92 (36.33% from 255) = 20.91%

R = 36.36%
G = 42.73%
B = 20.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#A0BC5C (or 0xA0BC5C) is known color: Green Smoke. HEX triplet: A0, BC and 5C. RGB value is (160,188,92). Sum of RGB (Red+Green+Blue) = 160+188+92=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BC5C is #5F43A3. Grayscale: #A9A9A9. Windows color (decimal): -6243236 or 6077600. OLE color: 6077600.

HSL color Cylindrical-coordinate representation of color #A0BC5C: hue angle of 77.5º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0BC5C is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 188 92 -
CMYK 0.15 0 0.51 0.26
HSL 77.5º 0.42% 0.55% -
HSV(B) 77.5º 0.51% 0.74% -
XYZ 34.41 44.21 16.85 -
YUV 168.68 84.72 121.81 -
System Red Green Blue C M Y K H S L
Decimal 160 188 92 0.15 0 0.51 0.26 77.5 0.42 0.55
Hex A0 BC 5C F 0 33 1A 4E 2A 37
Octal 240 274 134 17 0 63 32 116 52 67
Binary 10100000 10111100 1011100 1111 0 110011 11010 1001110 101010 110111

Color Harmonies of #A0BC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BC5C

Black with #A0BC5C

Text Example


Text Example

White with #A0BC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BC5C; }

 p { color: rgb(160,188,92); }

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

background-color css

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

 a { background-color: rgb(160,188,92); }

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

border-color css

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

 span { border-color: rgb(160,188,92); }

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