Html Css Color HEX #9BAE88 Norway

📋 copy color: '#9BAE88'

red 155 ◦ green 174 ◦ blue 136

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

Shades of Norway #9BAE88

Tints of Norway #9BAE88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.25%

R = 33.33%
G = 37.42%
B = 29.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#9BAE88 (or 0x9BAE88) is known color: Norway. HEX triplet: 9B, AE and 88. RGB value is (155,174,136). Sum of RGB (Red+Green+Blue) = 155+174+136=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAE88 is #645177. Grayscale: #A4A4A4. Windows color (decimal): -6574456 or 8957595. OLE color: 8957595.

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

Color convert

RGB 155 174 136 -
CMYK 0.11 0 0.22 0.32
HSL 90º 0.19% 0.61% -
HSV(B) 90º 0.22% 0.68% -
XYZ 33.1 39.02 29.08 -
YUV 163.99 112.21 121.59 -
System Red Green Blue C M Y K H S L
Decimal 155 174 136 0.11 0 0.22 0.32 90 0.19 0.61
Hex 9B AE 88 B 0 16 20 5A 13 3D
Octal 233 256 210 13 0 26 40 132 23 75
Binary 10011011 10101110 10001000 1011 0 10110 100000 1011010 10011 111101

Color Harmonies of #9BAE88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAE88

Black with #9BAE88

Text Example


Text Example

White with #9BAE88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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