Html Css Color HEX #ABBF90 Norway

📋 copy color: '#ABBF90'

red 171 ◦ green 191 ◦ blue 144

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

Shades of Norway #ABBF90

Tints of Norway #ABBF90

RGB

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

 GREEN value IS 191 (75% from 255) = 37.75%

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

R = 33.79%
G = 37.75%
B = 28.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#ABBF90 (or 0xABBF90) is known color: Norway. HEX triplet: AB, BF and 90. RGB value is (171,191,144). Sum of RGB (Red+Green+Blue) = 171+191+144=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBF90 is #54406F. Grayscale: #B3B3B3. Windows color (decimal): -5521520 or 9486251. OLE color: 9486251.

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

Color convert

RGB 171 191 144 -
CMYK 0.10 0 0.25 0.25
HSL 85.53º 0.27% 0.66% -
HSV(B) 85.53º 0.25% 0.75% -
XYZ 40.46 47.93 33.51 -
YUV 179.66 107.87 121.82 -
System Red Green Blue C M Y K H S L
Decimal 171 191 144 0.10 0 0.25 0.25 85.53 0.27 0.66
Hex AB BF 90 A 0 19 19 56 1B 42
Octal 253 277 220 12 0 31 31 126 33 102
Binary 10101011 10111111 10010000 1010 0 11001 11001 1010110 11011 1000010

Color Harmonies of #ABBF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBF90

Black with #ABBF90

Text Example


Text Example

White with #ABBF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBF90; }

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

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

background-color css

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

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

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

border-color css

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

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

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