Html Css Color HEX #A8BA99 Norway

📋 copy color: '#A8BA99'

red 168 ◦ green 186 ◦ blue 153

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

Shades of Norway #A8BA99

Tints of Norway #A8BA99

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.69%

 BLUE value IS 153 (60.16% from 255) = 30.18%

R = 33.14%
G = 36.69%
B = 30.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#A8BA99 (or 0xA8BA99) is known color: Norway. HEX triplet: A8, BA and 99. RGB value is (168,186,153). Sum of RGB (Red+Green+Blue) = 168+186+153=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 153 (60.16% from 255 or 30.18% from 507); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BA99 is #574566. Grayscale: #B0B0B0. Windows color (decimal): -5719399 or 10074792. OLE color: 10074792.

HSL color Cylindrical-coordinate representation of color #A8BA99: hue angle of 92.73º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8BA99 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 186 153 -
CMYK 0.10 0 0.18 0.27
HSL 92.73º 0.19% 0.66% -
HSV(B) 92.73º 0.18% 0.73% -
XYZ 39.46 45.74 36.89 -
YUV 176.86 114.54 121.68 -
System Red Green Blue C M Y K H S L
Decimal 168 186 153 0.10 0 0.18 0.27 92.73 0.19 0.66
Hex A8 BA 99 A 0 12 1B 5D 13 42
Octal 250 272 231 12 0 22 33 135 23 102
Binary 10101000 10111010 10011001 1010 0 10010 11011 1011101 10011 1000010

Color Harmonies of #A8BA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BA99

Black with #A8BA99

Text Example


Text Example

White with #A8BA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BA99; }

 p { color: rgb(168,186,153); }

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

background-color css

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

 a { background-color: rgb(168,186,153); }

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

border-color css

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

 span { border-color: rgb(168,186,153); }

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