Html Css Color HEX #A8BC62 Green Smoke

📋 copy color: '#A8BC62'

red 168 ◦ green 188 ◦ blue 98

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

Shades of Green Smoke #A8BC62

Tints of Green Smoke #A8BC62

RGB

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

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

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

R = 37%
G = 41.41%
B = 21.59%

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

#A8BC62 (or 0xA8BC62) is known color: Green Smoke. HEX triplet: A8, BC and 62. RGB value is (168,188,98). Sum of RGB (Red+Green+Blue) = 168+188+98=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 98 (38.67% from 255 or 21.59% from 454); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BC62 is #57439D. Grayscale: #ACACAC. Windows color (decimal): -5718942 or 6470824. OLE color: 6470824.

HSL color Cylindrical-coordinate representation of color #A8BC62: hue angle of 73.33º 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 #A8BC62 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 188 98 -
CMYK 0.11 0 0.48 0.26
HSL 73.33º 0.4% 0.56% -
HSV(B) 73.33º 0.48% 0.74% -
XYZ 36.34 45.17 18.36 -
YUV 171.76 86.37 125.32 -
System Red Green Blue C M Y K H S L
Decimal 168 188 98 0.11 0 0.48 0.26 73.33 0.4 0.56
Hex A8 BC 62 B 0 30 1A 49 28 38
Octal 250 274 142 13 0 60 32 111 50 70
Binary 10101000 10111100 1100010 1011 0 110000 11010 1001001 101000 111000

Color Harmonies of #A8BC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BC62

Black with #A8BC62

Text Example


Text Example

White with #A8BC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BC62; }

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

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

background-color css

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

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

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

border-color css

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

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

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