Html Css Color HEX #ABC893 Norway

📋 copy color: '#ABC893'

red 171 ◦ green 200 ◦ blue 147

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

Shades of Norway #ABC893

Tints of Norway #ABC893

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.61%

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

R = 33.01%
G = 38.61%
B = 28.38%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#ABC893 (or 0xABC893) is known color: Norway. HEX triplet: AB, C8 and 93. RGB value is (171,200,147). Sum of RGB (Red+Green+Blue) = 171+200+147=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC893 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC893 is #54376C. Grayscale: #B9B9B9. Windows color (decimal): -5519213 or 9685163. OLE color: 9685163.

HSL color Cylindrical-coordinate representation of color #ABC893: hue angle of 92.83º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABC893 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 200 147 -
CMYK 0.14 0 0.26 0.22
HSL 92.83º 0.33% 0.68% -
HSV(B) 92.83º 0.27% 0.78% -
XYZ 42.72 52.07 35.4 -
YUV 185.29 106.39 117.81 -
System Red Green Blue C M Y K H S L
Decimal 171 200 147 0.14 0 0.26 0.22 92.83 0.33 0.68
Hex AB C8 93 E 0 1A 16 5D 21 44
Octal 253 310 223 16 0 32 26 135 41 104
Binary 10101011 11001000 10010011 1110 0 11010 10110 1011101 100001 1000100

Color Harmonies of #ABC893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC893

Black with #ABC893

Text Example


Text Example

White with #ABC893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC893; }

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

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

background-color css

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

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

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

border-color css

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

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

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