Html Css Color HEX #ABC292 Norway

📋 copy color: '#ABC292'

red 171 ◦ green 194 ◦ blue 146

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

Shades of Norway #ABC292

Tints of Norway #ABC292

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.96%

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

R = 33.46%
G = 37.96%
B = 28.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#ABC292 (or 0xABC292) is known color: Norway. HEX triplet: AB, C2 and 92. RGB value is (171,194,146). Sum of RGB (Red+Green+Blue) = 171+194+146=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC292 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC292 is #543D6D. Grayscale: #B5B5B5. Windows color (decimal): -5520750 or 9618091. OLE color: 9618091.

HSL color Cylindrical-coordinate representation of color #ABC292: hue angle of 88.75º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABC292 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 194 146 -
CMYK 0.12 0 0.25 0.24
HSL 88.75º 0.28% 0.67% -
HSV(B) 88.75º 0.25% 0.76% -
XYZ 41.27 49.32 34.54 -
YUV 181.65 107.88 120.4 -
System Red Green Blue C M Y K H S L
Decimal 171 194 146 0.12 0 0.25 0.24 88.75 0.28 0.67
Hex AB C2 92 C 0 19 18 59 1C 43
Octal 253 302 222 14 0 31 30 131 34 103
Binary 10101011 11000010 10010010 1100 0 11001 11000 1011001 11100 1000011

Color Harmonies of #ABC292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC292

Black with #ABC292

Text Example


Text Example

White with #ABC292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC292; }

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

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

background-color css

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

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

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

border-color css

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

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

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