Html Css Color HEX #ABC68A Norway

📋 copy color: '#ABC68A'

red 171 ◦ green 198 ◦ blue 138

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

Shades of Norway #ABC68A

Tints of Norway #ABC68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.22%

R = 33.73%
G = 39.05%
B = 27.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#ABC68A (or 0xABC68A) is known color: Norway. HEX triplet: AB, C6 and 8A. RGB value is (171,198,138). Sum of RGB (Red+Green+Blue) = 171+198+138=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC68A is #543975. Grayscale: #B7B7B7. Windows color (decimal): -5519734 or 9094827. OLE color: 9094827.

HSL color Cylindrical-coordinate representation of color #ABC68A: hue angle of 87º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABC68A is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 198 138 -
CMYK 0.14 0 0.30 0.22
HSL 87º 0.34% 0.66% -
HSV(B) 87º 0.3% 0.78% -
XYZ 41.58 50.88 31.67 -
YUV 183.09 102.55 119.38 -
System Red Green Blue C M Y K H S L
Decimal 171 198 138 0.14 0 0.30 0.22 87 0.34 0.66
Hex AB C6 8A E 0 1E 16 57 22 42
Octal 253 306 212 16 0 36 26 127 42 102
Binary 10101011 11000110 10001010 1110 0 11110 10110 1010111 100010 1000010

Color Harmonies of #ABC68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC68A

Black with #ABC68A

Text Example


Text Example

White with #ABC68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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