Html Css Color HEX #A8B094 Green Spring

📋 copy color: '#A8B094'

red 168 ◦ green 176 ◦ blue 148

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

Shades of Green Spring #A8B094

Tints of Green Spring #A8B094

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.77%

 BLUE value IS 148 (58.2% from 255) = 30.08%

R = 34.15%
G = 35.77%
B = 30.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#A8B094 (or 0xA8B094) is known color: Green Spring. HEX triplet: A8, B0 and 94. RGB value is (168,176,148). Sum of RGB (Red+Green+Blue) = 168+176+148=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B094 is #574F6B. Grayscale: #AAAAAA. Windows color (decimal): -5721964 or 9744552. OLE color: 9744552.

HSL color Cylindrical-coordinate representation of color #A8B094: hue angle of 77.14º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8B094 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 176 148 -
CMYK 0.05 0 0.16 0.31
HSL 77.14º 0.15% 0.64% -
HSV(B) 77.14º 0.16% 0.69% -
XYZ 37.02 41.51 34.08 -
YUV 170.42 115.35 126.28 -
System Red Green Blue C M Y K H S L
Decimal 168 176 148 0.05 0 0.16 0.31 77.14 0.15 0.64
Hex A8 B0 94 5 0 10 1F 4D F 40
Octal 250 260 224 5 0 20 37 115 17 100
Binary 10101000 10110000 10010100 101 0 10000 11111 1001101 1111 1000000

Color Harmonies of #A8B094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B094

Black with #A8B094

Text Example


Text Example

White with #A8B094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B094; }

 p { color: rgb(168,176,148); }

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

background-color css

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

 a { background-color: rgb(168,176,148); }

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

border-color css

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

 span { border-color: rgb(168,176,148); }

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