Html Css Color HEX #ABC68F Norway

📋 copy color: '#ABC68F'

red 171 ◦ green 198 ◦ blue 143

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

Shades of Norway #ABC68F

Tints of Norway #ABC68F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.67%

 BLUE value IS 143 (56.25% from 255) = 27.93%

R = 33.4%
G = 38.67%
B = 27.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#ABC68F (or 0xABC68F) is known color: Norway. HEX triplet: AB, C6 and 8F. RGB value is (171,198,143). Sum of RGB (Red+Green+Blue) = 171+198+143=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC68F is #543970. Grayscale: #B7B7B7. Windows color (decimal): -5519729 or 9422507. OLE color: 9422507.

HSL color Cylindrical-coordinate representation of color #ABC68F: hue angle of 89.45º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABC68F is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 198 143 -
CMYK 0.14 0 0.28 0.22
HSL 89.45º 0.33% 0.67% -
HSV(B) 89.45º 0.28% 0.78% -
XYZ 41.95 51.03 33.63 -
YUV 183.66 105.05 118.97 -
System Red Green Blue C M Y K H S L
Decimal 171 198 143 0.14 0 0.28 0.22 89.45 0.33 0.67
Hex AB C6 8F E 0 1C 16 59 21 43
Octal 253 306 217 16 0 34 26 131 41 103
Binary 10101011 11000110 10001111 1110 0 11100 10110 1011001 100001 1000011

Color Harmonies of #ABC68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC68F

Black with #ABC68F

Text Example


Text Example

White with #ABC68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC68F; }

 p { color: rgb(171,198,143); }

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

background-color css

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

 a { background-color: rgb(171,198,143); }

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

border-color css

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

 span { border-color: rgb(171,198,143); }

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