Html Css Color HEX #ABC298 Norway

📋 copy color: '#ABC298'

red 171 ◦ green 194 ◦ blue 152

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

Shades of Norway #ABC298

Tints of Norway #ABC298

RGB

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

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

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

R = 33.08%
G = 37.52%
B = 29.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#ABC298 (or 0xABC298) is known color: Norway. HEX triplet: AB, C2 and 98. RGB value is (171,194,152). Sum of RGB (Red+Green+Blue) = 171+194+152=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 152 (59.77% from 255 or 29.40% from 517); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC298 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC298 is #543D67. Grayscale: #B6B6B6. Windows color (decimal): -5520744 or 10011307. OLE color: 10011307.

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

Color convert

RGB 171 194 152 -
CMYK 0.12 0 0.22 0.24
HSL 92.86º 0.26% 0.68% -
HSV(B) 92.86º 0.22% 0.76% -
XYZ 41.75 49.51 37.06 -
YUV 182.34 110.88 119.92 -
System Red Green Blue C M Y K H S L
Decimal 171 194 152 0.12 0 0.22 0.24 92.86 0.26 0.68
Hex AB C2 98 C 0 16 18 5D 1A 44
Octal 253 302 230 14 0 26 30 135 32 104
Binary 10101011 11000010 10011000 1100 0 10110 11000 1011101 11010 1000100

Color Harmonies of #ABC298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC298

Black with #ABC298

Text Example


Text Example

White with #ABC298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC298; }

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

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

background-color css

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

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

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

border-color css

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

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

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