Html Css Color HEX #ABC794 Norway

📋 copy color: '#ABC794'

red 171 ◦ green 199 ◦ blue 148

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

Shades of Norway #ABC794

Tints of Norway #ABC794

RGB

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

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

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

R = 33.01%
G = 38.42%
B = 28.57%

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

#ABC794 (or 0xABC794) is known color: Norway. HEX triplet: AB, C7 and 94. RGB value is (171,199,148). Sum of RGB (Red+Green+Blue) = 171+199+148=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 199 (78.12% from 255 or 38.42% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC794 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC794 is #54386B. Grayscale: #B8B8B8. Windows color (decimal): -5519468 or 9750443. OLE color: 9750443.

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

Color convert

RGB 171 199 148 -
CMYK 0.14 0 0.26 0.22
HSL 92.94º 0.31% 0.68% -
HSV(B) 92.94º 0.26% 0.78% -
XYZ 42.56 51.64 35.74 -
YUV 184.81 107.22 118.15 -
System Red Green Blue C M Y K H S L
Decimal 171 199 148 0.14 0 0.26 0.22 92.94 0.31 0.68
Hex AB C7 94 E 0 1A 16 5D 1F 44
Octal 253 307 224 16 0 32 26 135 37 104
Binary 10101011 11000111 10010100 1110 0 11010 10110 1011101 11111 1000100

Color Harmonies of #ABC794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC794

Black with #ABC794

Text Example


Text Example

White with #ABC794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC794; }

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

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

background-color css

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

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

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

border-color css

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

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

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