Html Css Color HEX #ABBF9A Norway

📋 copy color: '#ABBF9A'

red 171 ◦ green 191 ◦ blue 154

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

Shades of Norway #ABBF9A

Tints of Norway #ABBF9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.84%

R = 33.14%
G = 37.02%
B = 29.84%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#ABBF9A (or 0xABBF9A) is known color: Norway. HEX triplet: AB, BF and 9A. RGB value is (171,191,154). Sum of RGB (Red+Green+Blue) = 171+191+154=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBF9A is #544065. Grayscale: #B4B4B4. Windows color (decimal): -5521510 or 10141611. OLE color: 10141611.

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

Color convert

RGB 171 191 154 -
CMYK 0.10 0 0.19 0.25
HSL 92.43º 0.22% 0.68% -
HSV(B) 92.43º 0.19% 0.75% -
XYZ 41.26 48.25 37.71 -
YUV 180.8 112.87 121.01 -
System Red Green Blue C M Y K H S L
Decimal 171 191 154 0.10 0 0.19 0.25 92.43 0.22 0.68
Hex AB BF 9A A 0 13 19 5C 16 44
Octal 253 277 232 12 0 23 31 134 26 104
Binary 10101011 10111111 10011010 1010 0 10011 11001 1011100 10110 1000100

Color Harmonies of #ABBF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBF9A

Black with #ABBF9A

Text Example


Text Example

White with #ABBF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBF9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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