Html Css Color HEX #ABBD94 Norway

📋 copy color: '#ABBD94'

red 171 ◦ green 189 ◦ blue 148

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

Shades of Norway #ABBD94

Tints of Norway #ABBD94

RGB

 RED value IS 171 (67.19% from 255) = 33.66%

 GREEN value IS 189 (74.22% from 255) = 37.2%

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

R = 33.66%
G = 37.2%
B = 29.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#ABBD94 (or 0xABBD94) is known color: Norway. HEX triplet: AB, BD and 94. RGB value is (171,189,148). Sum of RGB (Red+Green+Blue) = 171+189+148=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBD94 is #54426B. Grayscale: #B3B3B3. Windows color (decimal): -5522028 or 9747883. OLE color: 9747883.

HSL color Cylindrical-coordinate representation of color #ABBD94: hue angle of 86.34º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABBD94 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 189 148 -
CMYK 0.10 0 0.22 0.26
HSL 86.34º 0.24% 0.66% -
HSV(B) 86.34º 0.22% 0.74% -
XYZ 40.34 47.19 35 -
YUV 178.94 110.54 122.33 -
System Red Green Blue C M Y K H S L
Decimal 171 189 148 0.10 0 0.22 0.26 86.34 0.24 0.66
Hex AB BD 94 A 0 16 1A 56 18 42
Octal 253 275 224 12 0 26 32 126 30 102
Binary 10101011 10111101 10010100 1010 0 10110 11010 1010110 11000 1000010

Color Harmonies of #ABBD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBD94

Black with #ABBD94

Text Example


Text Example

White with #ABBD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBD94; }

 p { color: rgb(171,189,148); }

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

background-color css

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

 a { background-color: rgb(171,189,148); }

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

border-color css

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

 span { border-color: rgb(171,189,148); }

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