Html Css Color HEX #9BAF83 Norway

📋 copy color: '#9BAF83'

red 155 ◦ green 175 ◦ blue 131

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

Shades of Norway #9BAF83

Tints of Norway #9BAF83

RGB

 RED value IS 155 (60.94% from 255) = 33.62%

 GREEN value IS 175 (68.75% from 255) = 37.96%

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

R = 33.62%
G = 37.96%
B = 28.42%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#9BAF83 (or 0x9BAF83) is known color: Norway. HEX triplet: 9B, AF and 83. RGB value is (155,175,131). Sum of RGB (Red+Green+Blue) = 155+175+131=461 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.62% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 131 (51.56% from 255 or 28.42% from 461); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAF83 is #64507C. Grayscale: #A4A4A4. Windows color (decimal): -6574205 or 8630171. OLE color: 8630171.

HSL color Cylindrical-coordinate representation of color #9BAF83: hue angle of 87.27º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BAF83 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 155 175 131 -
CMYK 0.11 0 0.25 0.31
HSL 87.27º 0.22% 0.6% -
HSV(B) 87.27º 0.25% 0.69% -
XYZ 32.94 39.27 27.32 -
YUV 164 109.37 121.58 -
System Red Green Blue C M Y K H S L
Decimal 155 175 131 0.11 0 0.25 0.31 87.27 0.22 0.6
Hex 9B AF 83 B 0 19 1F 57 16 3C
Octal 233 257 203 13 0 31 37 127 26 74
Binary 10011011 10101111 10000011 1011 0 11001 11111 1010111 10110 111100

Color Harmonies of #9BAF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAF83

Black with #9BAF83

Text Example


Text Example

White with #9BAF83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,175,131); }

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

background-color css

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

 a { background-color: rgb(155,175,131); }

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

border-color css

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

 span { border-color: rgb(155,175,131); }

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