Html Css Color HEX #ABC68B Norway

📋 copy color: '#ABC68B'

red 171 ◦ green 198 ◦ blue 139

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

Shades of Norway #ABC68B

Tints of Norway #ABC68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.36%

R = 33.66%
G = 38.98%
B = 27.36%

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

#ABC68B (or 0xABC68B) is known color: Norway. HEX triplet: AB, C6 and 8B. RGB value is (171,198,139). Sum of RGB (Red+Green+Blue) = 171+198+139=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 198 (77.73% from 255 or 38.98% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC68B is #543974. Grayscale: #B7B7B7. Windows color (decimal): -5519733 or 9160363. OLE color: 9160363.

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

Color convert

RGB 171 198 139 -
CMYK 0.14 0 0.30 0.22
HSL 87.46º 0.34% 0.66% -
HSV(B) 87.46º 0.3% 0.78% -
XYZ 41.65 50.91 32.06 -
YUV 183.2 103.05 119.3 -
System Red Green Blue C M Y K H S L
Decimal 171 198 139 0.14 0 0.30 0.22 87.46 0.34 0.66
Hex AB C6 8B E 0 1E 16 57 22 42
Octal 253 306 213 16 0 36 26 127 42 102
Binary 10101011 11000110 10001011 1110 0 11110 10110 1010111 100010 1000010

Color Harmonies of #ABC68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC68B

Black with #ABC68B

Text Example


Text Example

White with #ABC68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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