Html Css Color HEX #ABBF93 Norway

📋 copy color: '#ABBF93'

red 171 ◦ green 191 ◦ blue 147

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

Shades of Norway #ABBF93

Tints of Norway #ABBF93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.88%

R = 33.6%
G = 37.52%
B = 28.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#ABBF93 (or 0xABBF93) is known color: Norway. HEX triplet: AB, BF and 93. RGB value is (171,191,147). Sum of RGB (Red+Green+Blue) = 171+191+147=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 147 (57.81% from 255 or 28.88% from 509); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBF93 is #54406C. Grayscale: #B4B4B4. Windows color (decimal): -5521517 or 9682859. OLE color: 9682859.

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

Color convert

RGB 171 191 147 -
CMYK 0.10 0 0.23 0.25
HSL 87.27º 0.26% 0.66% -
HSV(B) 87.27º 0.23% 0.75% -
XYZ 40.69 48.03 34.73 -
YUV 180 109.37 121.58 -
System Red Green Blue C M Y K H S L
Decimal 171 191 147 0.10 0 0.23 0.25 87.27 0.26 0.66
Hex AB BF 93 A 0 17 19 57 1A 42
Octal 253 277 223 12 0 27 31 127 32 102
Binary 10101011 10111111 10010011 1010 0 10111 11001 1010111 11010 1000010

Color Harmonies of #ABBF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBF93

Black with #ABBF93

Text Example


Text Example

White with #ABBF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBF93; }

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

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

background-color css

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

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

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

border-color css

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

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

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