Html Css Color HEX #ABC092 Norway

📋 copy color: '#ABC092'

red 171 ◦ green 192 ◦ blue 146

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

Shades of Norway #ABC092

Tints of Norway #ABC092

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.72%

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

R = 33.6%
G = 37.72%
B = 28.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#ABC092 (or 0xABC092) is known color: Norway. HEX triplet: AB, C0 and 92. RGB value is (171,192,146). Sum of RGB (Red+Green+Blue) = 171+192+146=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC092 is #543F6D. Grayscale: #B4B4B4. Windows color (decimal): -5521262 or 9617579. OLE color: 9617579.

HSL color Cylindrical-coordinate representation of color #ABC092: hue angle of 87.39º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABC092 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 192 146 -
CMYK 0.11 0 0.24 0.25
HSL 87.39º 0.27% 0.66% -
HSV(B) 87.39º 0.24% 0.75% -
XYZ 40.83 48.43 34.39 -
YUV 180.48 108.54 121.24 -
System Red Green Blue C M Y K H S L
Decimal 171 192 146 0.11 0 0.24 0.25 87.39 0.27 0.66
Hex AB C0 92 B 0 18 19 57 1B 42
Octal 253 300 222 13 0 30 31 127 33 102
Binary 10101011 11000000 10010010 1011 0 11000 11001 1010111 11011 1000010

Color Harmonies of #ABC092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC092

Black with #ABC092

Text Example


Text Example

White with #ABC092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC092; }

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

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

background-color css

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

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

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

border-color css

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

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

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