Html Css Color HEX #ABC098 Norway

📋 copy color: '#ABC098'

red 171 ◦ green 192 ◦ blue 152

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

Shades of Norway #ABC098

Tints of Norway #ABC098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.51%

R = 33.2%
G = 37.28%
B = 29.51%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#ABC098 (or 0xABC098) is known color: Norway. HEX triplet: AB, C0 and 98. RGB value is (171,192,152). Sum of RGB (Red+Green+Blue) = 171+192+152=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 152 (59.77% from 255 or 29.51% from 515); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC098 is #543F67. Grayscale: #B5B5B5. Windows color (decimal): -5521256 or 10010795. OLE color: 10010795.

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

Color convert

RGB 171 192 152 -
CMYK 0.11 0 0.21 0.25
HSL 91.5º 0.24% 0.67% -
HSV(B) 91.5º 0.21% 0.75% -
XYZ 41.31 48.62 36.91 -
YUV 181.16 111.54 120.75 -
System Red Green Blue C M Y K H S L
Decimal 171 192 152 0.11 0 0.21 0.25 91.5 0.24 0.67
Hex AB C0 98 B 0 15 19 5C 18 43
Octal 253 300 230 13 0 25 31 134 30 103
Binary 10101011 11000000 10011000 1011 0 10101 11001 1011100 11000 1000011

Color Harmonies of #ABC098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC098

Black with #ABC098

Text Example


Text Example

White with #ABC098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC098; }

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

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

background-color css

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

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

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

border-color css

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

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

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