Html Css Color HEX #9BAE8A Norway

📋 copy color: '#9BAE8A'

red 155 ◦ green 174 ◦ blue 138

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

Shades of Norway #9BAE8A

Tints of Norway #9BAE8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.55%

R = 33.19%
G = 37.26%
B = 29.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#9BAE8A (or 0x9BAE8A) is known color: Norway. HEX triplet: 9B, AE and 8A. RGB value is (155,174,138). Sum of RGB (Red+Green+Blue) = 155+174+138=467 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.19% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAE8A is #645175. Grayscale: #A4A4A4. Windows color (decimal): -6574454 or 9088667. OLE color: 9088667.

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

Color convert

RGB 155 174 138 -
CMYK 0.11 0 0.21 0.32
HSL 91.67º 0.18% 0.61% -
HSV(B) 91.67º 0.21% 0.68% -
XYZ 33.24 39.08 29.84 -
YUV 164.22 113.21 121.43 -
System Red Green Blue C M Y K H S L
Decimal 155 174 138 0.11 0 0.21 0.32 91.67 0.18 0.61
Hex 9B AE 8A B 0 15 20 5C 12 3D
Octal 233 256 212 13 0 25 40 134 22 75
Binary 10011011 10101110 10001010 1011 0 10101 100000 1011100 10010 111101

Color Harmonies of #9BAE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAE8A

Black with #9BAE8A

Text Example


Text Example

White with #9BAE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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