Html Css Color HEX #A8BC66 Green Smoke

📋 copy color: '#A8BC66'

red 168 ◦ green 188 ◦ blue 102

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

Shades of Green Smoke #A8BC66

Tints of Green Smoke #A8BC66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.27%

R = 36.68%
G = 41.05%
B = 22.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#A8BC66 (or 0xA8BC66) is known color: Green Smoke. HEX triplet: A8, BC and 66. RGB value is (168,188,102). Sum of RGB (Red+Green+Blue) = 168+188+102=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 102 (40.23% from 255 or 22.27% from 458); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BC66 is #574399. Grayscale: #ACACAC. Windows color (decimal): -5718938 or 6732968. OLE color: 6732968.

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

Color convert

RGB 168 188 102 -
CMYK 0.11 0 0.46 0.26
HSL 73.95º 0.39% 0.57% -
HSV(B) 73.95º 0.46% 0.74% -
XYZ 36.53 45.25 19.38 -
YUV 172.22 88.37 124.99 -
System Red Green Blue C M Y K H S L
Decimal 168 188 102 0.11 0 0.46 0.26 73.95 0.39 0.57
Hex A8 BC 66 B 0 2E 1A 4A 27 39
Octal 250 274 146 13 0 56 32 112 47 71
Binary 10101000 10111100 1100110 1011 0 101110 11010 1001010 100111 111001

Color Harmonies of #A8BC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BC66

Black with #A8BC66

Text Example


Text Example

White with #A8BC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BC66; }

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

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

background-color css

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

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

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

border-color css

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

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

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