Html Css Color HEX #A8BC65 Green Smoke

📋 copy color: '#A8BC65'

red 168 ◦ green 188 ◦ blue 101

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

Shades of Green Smoke #A8BC65

Tints of Green Smoke #A8BC65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.1%

R = 36.76%
G = 41.14%
B = 22.1%

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

#A8BC65 (or 0xA8BC65) is known color: Green Smoke. HEX triplet: A8, BC and 65. RGB value is (168,188,101). Sum of RGB (Red+Green+Blue) = 168+188+101=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BC65 is #57439A. Grayscale: #ACACAC. Windows color (decimal): -5718939 or 6667432. OLE color: 6667432.

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

Color convert

RGB 168 188 101 -
CMYK 0.11 0 0.46 0.26
HSL 73.79º 0.39% 0.57% -
HSV(B) 73.79º 0.46% 0.74% -
XYZ 36.48 45.23 19.12 -
YUV 172.1 87.87 125.07 -
System Red Green Blue C M Y K H S L
Decimal 168 188 101 0.11 0 0.46 0.26 73.79 0.39 0.57
Hex A8 BC 65 B 0 2E 1A 4A 27 39
Octal 250 274 145 13 0 56 32 112 47 71
Binary 10101000 10111100 1100101 1011 0 101110 11010 1001010 100111 111001

Color Harmonies of #A8BC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BC65

Black with #A8BC65

Text Example


Text Example

White with #A8BC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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