Html Css Color HEX #ABBD90 Norway

📋 copy color: '#ABBD90'

red 171 ◦ green 189 ◦ blue 144

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

Shades of Norway #ABBD90

Tints of Norway #ABBD90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.57%

R = 33.93%
G = 37.5%
B = 28.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#ABBD90 (or 0xABBD90) is known color: Norway. HEX triplet: AB, BD and 90. RGB value is (171,189,144). Sum of RGB (Red+Green+Blue) = 171+189+144=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBD90 is #54426F. Grayscale: #B2B2B2. Windows color (decimal): -5522032 or 9485739. OLE color: 9485739.

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

Color convert

RGB 171 189 144 -
CMYK 0.10 0 0.24 0.26
HSL 84º 0.25% 0.65% -
HSV(B) 84º 0.24% 0.74% -
XYZ 40.03 47.07 33.36 -
YUV 178.49 108.54 122.66 -
System Red Green Blue C M Y K H S L
Decimal 171 189 144 0.10 0 0.24 0.26 84 0.25 0.65
Hex AB BD 90 A 0 18 1A 54 19 41
Octal 253 275 220 12 0 30 32 124 31 101
Binary 10101011 10111101 10010000 1010 0 11000 11010 1010100 11001 1000001

Color Harmonies of #ABBD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBD90

Black with #ABBD90

Text Example


Text Example

White with #ABBD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBD90; }

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

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

background-color css

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

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

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

border-color css

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

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

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