Html Css Color HEX #ABC297 Norway

📋 copy color: '#ABC297'

red 171 ◦ green 194 ◦ blue 151

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

Shades of Norway #ABC297

Tints of Norway #ABC297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.26%

R = 33.14%
G = 37.6%
B = 29.26%

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

#ABC297 (or 0xABC297) is known color: Norway. HEX triplet: AB, C2 and 97. RGB value is (171,194,151). Sum of RGB (Red+Green+Blue) = 171+194+151=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 151 (59.38% from 255 or 29.26% from 516); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC297 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC297 is #543D68. Grayscale: #B6B6B6. Windows color (decimal): -5520745 or 9945771. OLE color: 9945771.

HSL color Cylindrical-coordinate representation of color #ABC297: hue angle of 92.09º 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 #ABC297 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 194 151 -
CMYK 0.12 0 0.22 0.24
HSL 92.09º 0.26% 0.68% -
HSV(B) 92.09º 0.22% 0.76% -
XYZ 41.67 49.48 36.63 -
YUV 182.22 110.38 120 -
System Red Green Blue C M Y K H S L
Decimal 171 194 151 0.12 0 0.22 0.24 92.09 0.26 0.68
Hex AB C2 97 C 0 16 18 5C 1A 44
Octal 253 302 227 14 0 26 30 134 32 104
Binary 10101011 11000010 10010111 1100 0 10110 11000 1011100 11010 1000100

Color Harmonies of #ABC297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC297

Black with #ABC297

Text Example


Text Example

White with #ABC297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC297; }

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

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

background-color css

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

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

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

border-color css

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

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

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