Html Css Color HEX #ABBF8C Norway

📋 copy color: '#ABBF8C'

red 171 ◦ green 191 ◦ blue 140

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

Shades of Norway #ABBF8C

Tints of Norway #ABBF8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.89%

R = 34.06%
G = 38.05%
B = 27.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#ABBF8C (or 0xABBF8C) is known color: Norway. HEX triplet: AB, BF and 8C. RGB value is (171,191,140). Sum of RGB (Red+Green+Blue) = 171+191+140=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 191 (75% from 255 or 38.05% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBF8C is #544073. Grayscale: #B3B3B3. Windows color (decimal): -5521524 or 9224107. OLE color: 9224107.

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

Color convert

RGB 171 191 140 -
CMYK 0.10 0 0.27 0.25
HSL 83.53º 0.28% 0.65% -
HSV(B) 83.53º 0.27% 0.75% -
XYZ 40.16 47.81 31.92 -
YUV 179.21 105.87 122.15 -
System Red Green Blue C M Y K H S L
Decimal 171 191 140 0.10 0 0.27 0.25 83.53 0.28 0.65
Hex AB BF 8C A 0 1B 19 54 1C 41
Octal 253 277 214 12 0 33 31 124 34 101
Binary 10101011 10111111 10001100 1010 0 11011 11001 1010100 11100 1000001

Color Harmonies of #ABBF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBF8C

Black with #ABBF8C

Text Example


Text Example

White with #ABBF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBF8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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