Html Css Color HEX #A5BA98 Norway

📋 copy color: '#A5BA98'

red 165 ◦ green 186 ◦ blue 152

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

Shades of Norway #A5BA98

Tints of Norway #A5BA98

RGB

 RED value IS 165 (64.84% from 255) = 32.8%

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

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

R = 32.8%
G = 36.98%
B = 30.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#A5BA98 (or 0xA5BA98) is known color: Norway. HEX triplet: A5, BA and 98. RGB value is (165,186,152). Sum of RGB (Red+Green+Blue) = 165+186+152=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BA98 is #5A4567. Grayscale: #AFAFAF. Windows color (decimal): -5916008 or 10009253. OLE color: 10009253.

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

Color convert

RGB 165 186 152 -
CMYK 0.11 0 0.18 0.27
HSL 97.06º 0.2% 0.66% -
HSV(B) 97.06º 0.18% 0.73% -
XYZ 38.74 45.38 36.42 -
YUV 175.85 114.54 120.26 -
System Red Green Blue C M Y K H S L
Decimal 165 186 152 0.11 0 0.18 0.27 97.06 0.2 0.66
Hex A5 BA 98 B 0 12 1B 61 14 42
Octal 245 272 230 13 0 22 33 141 24 102
Binary 10100101 10111010 10011000 1011 0 10010 11011 1100001 10100 1000010

Color Harmonies of #A5BA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BA98

Black with #A5BA98

Text Example


Text Example

White with #A5BA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BA98; }

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

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

background-color css

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

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

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

border-color css

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

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

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