Html Css Color HEX #ABBC90 Norway

📋 copy color: '#ABBC90'

red 171 ◦ green 188 ◦ blue 144

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

Shades of Norway #ABBC90

Tints of Norway #ABBC90

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.38%

 BLUE value IS 144 (56.64% from 255) = 28.63%

R = 34%
G = 37.38%
B = 28.63%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#ABBC90 (or 0xABBC90) is known color: Norway. HEX triplet: AB, BC and 90. RGB value is (171,188,144). Sum of RGB (Red+Green+Blue) = 171+188+144=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBC90 is #54436F. Grayscale: #B2B2B2. Windows color (decimal): -5522288 or 9485483. OLE color: 9485483.

HSL color Cylindrical-coordinate representation of color #ABBC90: hue angle of 83.18º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABBC90 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 188 144 -
CMYK 0.09 0 0.23 0.26
HSL 83.18º 0.25% 0.65% -
HSV(B) 83.18º 0.23% 0.74% -
XYZ 39.81 46.64 33.29 -
YUV 177.9 108.87 123.08 -
System Red Green Blue C M Y K H S L
Decimal 171 188 144 0.09 0 0.23 0.26 83.18 0.25 0.65
Hex AB BC 90 9 0 17 1A 53 19 41
Octal 253 274 220 11 0 27 32 123 31 101
Binary 10101011 10111100 10010000 1001 0 10111 11010 1010011 11001 1000001

Color Harmonies of #ABBC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBC90

Black with #ABBC90

Text Example


Text Example

White with #ABBC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBC90; }

 p { color: rgb(171,188,144); }

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

background-color css

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

 a { background-color: rgb(171,188,144); }

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

border-color css

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

 span { border-color: rgb(171,188,144); }

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