Html Css Color HEX #ABBF99 Norway

📋 copy color: '#ABBF99'

red 171 ◦ green 191 ◦ blue 153

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

Shades of Norway #ABBF99

Tints of Norway #ABBF99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.71%

R = 33.2%
G = 37.09%
B = 29.71%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#ABBF99 (or 0xABBF99) is known color: Norway. HEX triplet: AB, BF and 99. RGB value is (171,191,153). Sum of RGB (Red+Green+Blue) = 171+191+153=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 153 (60.16% from 255 or 29.71% from 515); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBF99 is #544066. Grayscale: #B4B4B4. Windows color (decimal): -5521511 or 10076075. OLE color: 10076075.

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

Color convert

RGB 171 191 153 -
CMYK 0.10 0 0.20 0.25
HSL 91.58º 0.23% 0.67% -
HSV(B) 91.58º 0.2% 0.75% -
XYZ 41.18 48.22 37.27 -
YUV 180.69 112.37 121.09 -
System Red Green Blue C M Y K H S L
Decimal 171 191 153 0.10 0 0.20 0.25 91.58 0.23 0.67
Hex AB BF 99 A 0 14 19 5C 17 43
Octal 253 277 231 12 0 24 31 134 27 103
Binary 10101011 10111111 10011001 1010 0 10100 11001 1011100 10111 1000011

Color Harmonies of #ABBF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBF99

Black with #ABBF99

Text Example


Text Example

White with #ABBF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBF99; }

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

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

background-color css

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

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

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

border-color css

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

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

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