Html Css Color HEX #ABBC94 Norway

📋 copy color: '#ABBC94'

red 171 ◦ green 188 ◦ blue 148

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

Shades of Norway #ABBC94

Tints of Norway #ABBC94

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.08%

 BLUE value IS 148 (58.2% from 255) = 29.19%

R = 33.73%
G = 37.08%
B = 29.19%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#ABBC94 (or 0xABBC94) is known color: Norway. HEX triplet: AB, BC and 94. RGB value is (171,188,148). Sum of RGB (Red+Green+Blue) = 171+188+148=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 148 (58.20% from 255 or 29.19% from 507); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBC94 is #54436B. Grayscale: #B2B2B2. Windows color (decimal): -5522284 or 9747627. OLE color: 9747627.

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

Color convert

RGB 171 188 148 -
CMYK 0.09 0 0.21 0.26
HSL 85.5º 0.23% 0.66% -
HSV(B) 85.5º 0.21% 0.74% -
XYZ 40.12 46.76 34.93 -
YUV 178.36 110.87 122.75 -
System Red Green Blue C M Y K H S L
Decimal 171 188 148 0.09 0 0.21 0.26 85.5 0.23 0.66
Hex AB BC 94 9 0 15 1A 56 17 42
Octal 253 274 224 11 0 25 32 126 27 102
Binary 10101011 10111100 10010100 1001 0 10101 11010 1010110 10111 1000010

Color Harmonies of #ABBC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBC94

Black with #ABBC94

Text Example


Text Example

White with #ABBC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBC94; }

 p { color: rgb(171,188,148); }

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

background-color css

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

 a { background-color: rgb(171,188,148); }

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

border-color css

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

 span { border-color: rgb(171,188,148); }

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