Html Css Color HEX #A8BA98 Norway

📋 copy color: '#A8BA98'

red 168 ◦ green 186 ◦ blue 152

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

Shades of Norway #A8BA98

Tints of Norway #A8BA98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 30.04%

R = 33.2%
G = 36.76%
B = 30.04%

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

#A8BA98 (or 0xA8BA98) is known color: Norway. HEX triplet: A8, BA and 98. RGB value is (168,186,152). Sum of RGB (Red+Green+Blue) = 168+186+152=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BA98 is #574567. Grayscale: #B0B0B0. Windows color (decimal): -5719400 or 10009256. OLE color: 10009256.

HSL color Cylindrical-coordinate representation of color #A8BA98: hue angle of 91.76º degrees, saturation: 0.2, 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 #A8BA98 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 186 152 -
CMYK 0.10 0 0.18 0.27
HSL 91.76º 0.2% 0.66% -
HSV(B) 91.76º 0.18% 0.73% -
XYZ 39.37 45.71 36.45 -
YUV 176.74 114.04 121.76 -
System Red Green Blue C M Y K H S L
Decimal 168 186 152 0.10 0 0.18 0.27 91.76 0.2 0.66
Hex A8 BA 98 A 0 12 1B 5C 14 42
Octal 250 272 230 12 0 22 33 134 24 102
Binary 10101000 10111010 10011000 1010 0 10010 11011 1011100 10100 1000010

Color Harmonies of #A8BA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BA98

Black with #A8BA98

Text Example


Text Example

White with #A8BA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BA98; }

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

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

background-color css

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

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

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

border-color css

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

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

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