Html Css Color HEX #ABC992 Norway

📋 copy color: '#ABC992'

red 171 ◦ green 201 ◦ blue 146

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

Shades of Norway #ABC992

Tints of Norway #ABC992

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.8%

 BLUE value IS 146 (57.42% from 255) = 28.19%

R = 33.01%
G = 38.8%
B = 28.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#ABC992 (or 0xABC992) is known color: Norway. HEX triplet: AB, C9 and 92. RGB value is (171,201,146). Sum of RGB (Red+Green+Blue) = 171+201+146=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC992 is #54366D. Grayscale: #B9B9B9. Windows color (decimal): -5518958 or 9619883. OLE color: 9619883.

HSL color Cylindrical-coordinate representation of color #ABC992: hue angle of 92.73º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABC992 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 201 146 -
CMYK 0.15 0 0.27 0.21
HSL 92.73º 0.34% 0.68% -
HSV(B) 92.73º 0.27% 0.79% -
XYZ 42.87 52.51 35.07 -
YUV 185.76 105.56 117.47 -
System Red Green Blue C M Y K H S L
Decimal 171 201 146 0.15 0 0.27 0.21 92.73 0.34 0.68
Hex AB C9 92 F 0 1B 15 5D 22 44
Octal 253 311 222 17 0 33 25 135 42 104
Binary 10101011 11001001 10010010 1111 0 11011 10101 1011101 100010 1000100

Color Harmonies of #ABC992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC992

Black with #ABC992

Text Example


Text Example

White with #ABC992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC992; }

 p { color: rgb(171,201,146); }

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

background-color css

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

 a { background-color: rgb(171,201,146); }

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

border-color css

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

 span { border-color: rgb(171,201,146); }

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