Html Css Color HEX #A8B25F Green Smoke

📋 copy color: '#A8B25F'

red 168 ◦ green 178 ◦ blue 95

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

Shades of Green Smoke #A8B25F

Tints of Green Smoke #A8B25F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.36%

 BLUE value IS 95 (37.5% from 255) = 21.54%

R = 38.1%
G = 40.36%
B = 21.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#A8B25F (or 0xA8B25F) is known color: Green Smoke. HEX triplet: A8, B2 and 5F. RGB value is (168,178,95). Sum of RGB (Red+Green+Blue) = 168+178+95=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B25F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B25F is #574DA0. Grayscale: #A5A5A5. Windows color (decimal): -5721505 or 6271656. OLE color: 6271656.

HSL color Cylindrical-coordinate representation of color #A8B25F: hue angle of 67.23º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8B25F is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 168 178 95 -
CMYK 0.06 0 0.47 0.30
HSL 67.23º 0.35% 0.54% -
HSV(B) 67.23º 0.47% 0.7% -
XYZ 34.13 40.99 16.94 -
YUV 165.55 88.19 129.75 -
System Red Green Blue C M Y K H S L
Decimal 168 178 95 0.06 0 0.47 0.30 67.23 0.35 0.54
Hex A8 B2 5F 6 0 2F 1E 43 23 36
Octal 250 262 137 6 0 57 36 103 43 66
Binary 10101000 10110010 1011111 110 0 101111 11110 1000011 100011 110110

Color Harmonies of #A8B25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B25F

Black with #A8B25F

Text Example


Text Example

White with #A8B25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B25F; }

 p { color: rgb(168,178,95); }

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

background-color css

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

 a { background-color: rgb(168,178,95); }

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

border-color css

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

 span { border-color: rgb(168,178,95); }

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