Html Css Color HEX #9BAE83 Norway

📋 copy color: '#9BAE83'

red 155 ◦ green 174 ◦ blue 131

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

Shades of Norway #9BAE83

Tints of Norway #9BAE83

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.83%

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

R = 33.7%
G = 37.83%
B = 28.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#9BAE83 (or 0x9BAE83) is known color: Norway. HEX triplet: 9B, AE and 83. RGB value is (155,174,131). Sum of RGB (Red+Green+Blue) = 155+174+131=460 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.70% from 460); Green value is 174 (68.36% from 255 or 37.83% from 460); Blue value is 131 (51.56% from 255 or 28.48% from 460); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAE83 is #64517C. Grayscale: #A3A3A3. Windows color (decimal): -6574461 or 8629915. OLE color: 8629915.

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

Color convert

RGB 155 174 131 -
CMYK 0.11 0 0.25 0.32
HSL 86.51º 0.21% 0.6% -
HSV(B) 86.51º 0.25% 0.68% -
XYZ 32.75 38.88 27.25 -
YUV 163.42 109.71 122 -
System Red Green Blue C M Y K H S L
Decimal 155 174 131 0.11 0 0.25 0.32 86.51 0.21 0.6
Hex 9B AE 83 B 0 19 20 57 15 3C
Octal 233 256 203 13 0 31 40 127 25 74
Binary 10011011 10101110 10000011 1011 0 11001 100000 1010111 10101 111100

Color Harmonies of #9BAE83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAE83

Black with #9BAE83

Text Example


Text Example

White with #9BAE83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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