Html Css Color HEX #A8BC61 Green Smoke

📋 copy color: '#A8BC61'

red 168 ◦ green 188 ◦ blue 97

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

Shades of Green Smoke #A8BC61

Tints of Green Smoke #A8BC61

RGB

 RED value IS 168 (66.02% from 255) = 37.09%

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

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

R = 37.09%
G = 41.5%
B = 21.41%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#A8BC61 (or 0xA8BC61) is known color: Green Smoke. HEX triplet: A8, BC and 61. RGB value is (168,188,97). Sum of RGB (Red+Green+Blue) = 168+188+97=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 97 (38.28% from 255 or 21.41% from 453); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BC61 is #57439E. Grayscale: #ABABAB. Windows color (decimal): -5718943 or 6405288. OLE color: 6405288.

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

Color convert

RGB 168 188 97 -
CMYK 0.11 0 0.48 0.26
HSL 73.19º 0.4% 0.56% -
HSV(B) 73.19º 0.48% 0.74% -
XYZ 36.29 45.15 18.11 -
YUV 171.65 85.87 125.4 -
System Red Green Blue C M Y K H S L
Decimal 168 188 97 0.11 0 0.48 0.26 73.19 0.4 0.56
Hex A8 BC 61 B 0 30 1A 49 28 38
Octal 250 274 141 13 0 60 32 111 50 70
Binary 10101000 10111100 1100001 1011 0 110000 11010 1001001 101000 111000

Color Harmonies of #A8BC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BC61

Black with #A8BC61

Text Example


Text Example

White with #A8BC61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BC61; }

 p { color: rgb(168,188,97); }

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

background-color css

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

 a { background-color: rgb(168,188,97); }

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

border-color css

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

 span { border-color: rgb(168,188,97); }

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