Html Css Color HEX #9ABF83 Norway

📋 copy color: '#9ABF83'

red 154 ◦ green 191 ◦ blue 131

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

Shades of Norway #9ABF83

Tints of Norway #9ABF83

RGB

 RED value IS 154 (60.55% from 255) = 32.35%

 GREEN value IS 191 (75% from 255) = 40.13%

 BLUE value IS 131 (51.56% from 255) = 27.52%

R = 32.35%
G = 40.13%
B = 27.52%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#9ABF83 (or 0x9ABF83) is known color: Norway. HEX triplet: 9A, BF and 83. RGB value is (154,191,131). Sum of RGB (Red+Green+Blue) = 154+191+131=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 131 (51.56% from 255 or 27.52% from 476); Max value from RGB is 191 - color contains mainly: green. Hex color #9ABF83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABF83 is #65407C. Grayscale: #ADADAD. Windows color (decimal): -6635645 or 8634266. OLE color: 8634266.

HSL color Cylindrical-coordinate representation of color #9ABF83: hue angle of 97º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ABF83 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 191 131 -
CMYK 0.19 0 0.31 0.25
HSL 97º 0.32% 0.63% -
HSV(B) 97º 0.31% 0.75% -
XYZ 36.05 45.77 28.41 -
YUV 173.1 104.24 114.38 -
System Red Green Blue C M Y K H S L
Decimal 154 191 131 0.19 0 0.31 0.25 97 0.32 0.63
Hex 9A BF 83 13 0 1F 19 61 20 3F
Octal 232 277 203 23 0 37 31 141 40 77
Binary 10011010 10111111 10000011 10011 0 11111 11001 1100001 100000 111111

Color Harmonies of #9ABF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABF83

Black with #9ABF83

Text Example


Text Example

White with #9ABF83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ABF83; }

 p { color: rgb(154,191,131); }

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

background-color css

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

 a { background-color: rgb(154,191,131); }

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

border-color css

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

 span { border-color: rgb(154,191,131); }

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