Html Css Color HEX #ABC98B Norway

📋 copy color: '#ABC98B'

red 171 ◦ green 201 ◦ blue 139

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

Shades of Norway #ABC98B

Tints of Norway #ABC98B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.33%

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

R = 33.46%
G = 39.33%
B = 27.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#ABC98B (or 0xABC98B) is known color: Norway. HEX triplet: AB, C9 and 8B. RGB value is (171,201,139). Sum of RGB (Red+Green+Blue) = 171+201+139=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC98B is #543674. Grayscale: #B9B9B9. Windows color (decimal): -5518965 or 9161131. OLE color: 9161131.

HSL color Cylindrical-coordinate representation of color #ABC98B: hue angle of 89.03º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABC98B is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 201 139 -
CMYK 0.15 0 0.31 0.21
HSL 89.03º 0.36% 0.67% -
HSV(B) 89.03º 0.31% 0.79% -
XYZ 42.34 52.3 32.29 -
YUV 184.96 102.06 118.04 -
System Red Green Blue C M Y K H S L
Decimal 171 201 139 0.15 0 0.31 0.21 89.03 0.36 0.67
Hex AB C9 8B F 0 1F 15 59 24 43
Octal 253 311 213 17 0 37 25 131 44 103
Binary 10101011 11001001 10001011 1111 0 11111 10101 1011001 100100 1000011

Color Harmonies of #ABC98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC98B

Black with #ABC98B

Text Example


Text Example

White with #ABC98B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC98B; }

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

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

background-color css

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

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

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

border-color css

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

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

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