Html Css Color HEX #ABC793 Norway

📋 copy color: '#ABC793'

red 171 ◦ green 199 ◦ blue 147

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

Shades of Norway #ABC793

Tints of Norway #ABC793

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.49%

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

R = 33.08%
G = 38.49%
B = 28.43%

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

#ABC793 (or 0xABC793) is known color: Norway. HEX triplet: AB, C7 and 93. RGB value is (171,199,147). Sum of RGB (Red+Green+Blue) = 171+199+147=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 199 (78.12% from 255 or 38.49% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC793 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC793 is #54386C. Grayscale: #B8B8B8. Windows color (decimal): -5519469 or 9684907. OLE color: 9684907.

HSL color Cylindrical-coordinate representation of color #ABC793: hue angle of 92.31º degrees, saturation: 0.32, 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 #ABC793 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 199 147 -
CMYK 0.14 0 0.26 0.22
HSL 92.31º 0.32% 0.68% -
HSV(B) 92.31º 0.26% 0.78% -
XYZ 42.48 51.61 35.33 -
YUV 184.7 106.72 118.23 -
System Red Green Blue C M Y K H S L
Decimal 171 199 147 0.14 0 0.26 0.22 92.31 0.32 0.68
Hex AB C7 93 E 0 1A 16 5C 20 44
Octal 253 307 223 16 0 32 26 134 40 104
Binary 10101011 11000111 10010011 1110 0 11010 10110 1011100 100000 1000100

Color Harmonies of #ABC793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC793

Black with #ABC793

Text Example


Text Example

White with #ABC793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC793; }

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

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

background-color css

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

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

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

border-color css

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

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

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