Html Css Color HEX #ABC399 Norway

📋 copy color: '#ABC399'

red 171 ◦ green 195 ◦ blue 153

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

Shades of Norway #ABC399

Tints of Norway #ABC399

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.57%

 BLUE value IS 153 (60.16% from 255) = 29.48%

R = 32.95%
G = 37.57%
B = 29.48%

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

#ABC399 (or 0xABC399) is known color: Norway. HEX triplet: AB, C3 and 99. RGB value is (171,195,153). Sum of RGB (Red+Green+Blue) = 171+195+153=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 153 (60.16% from 255 or 29.48% from 519); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC399 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC399 is #543C66. Grayscale: #B7B7B7. Windows color (decimal): -5520487 or 10077099. OLE color: 10077099.

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

Color convert

RGB 171 195 153 -
CMYK 0.12 0 0.22 0.24
HSL 94.29º 0.26% 0.68% -
HSV(B) 94.29º 0.22% 0.76% -
XYZ 42.06 49.99 37.57 -
YUV 183.04 111.05 119.42 -
System Red Green Blue C M Y K H S L
Decimal 171 195 153 0.12 0 0.22 0.24 94.29 0.26 0.68
Hex AB C3 99 C 0 16 18 5E 1A 44
Octal 253 303 231 14 0 26 30 136 32 104
Binary 10101011 11000011 10011001 1100 0 10110 11000 1011110 11010 1000100

Color Harmonies of #ABC399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC399

Black with #ABC399

Text Example


Text Example

White with #ABC399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC399; }

 p { color: rgb(171,195,153); }

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

background-color css

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

 a { background-color: rgb(171,195,153); }

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

border-color css

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

 span { border-color: rgb(171,195,153); }

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