Html Css Color HEX #9BB18A Norway

📋 copy color: '#9BB18A'

red 155 ◦ green 177 ◦ blue 138

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

Shades of Norway #9BB18A

Tints of Norway #9BB18A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.66%

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

R = 32.98%
G = 37.66%
B = 29.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#9BB18A (or 0x9BB18A) is known color: Norway. HEX triplet: 9B, B1 and 8A. RGB value is (155,177,138). Sum of RGB (Red+Green+Blue) = 155+177+138=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 177 - color contains mainly: green. Hex color #9BB18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB18A is #644E75. Grayscale: #A6A6A6. Windows color (decimal): -6573686 or 9089435. OLE color: 9089435.

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

Color convert

RGB 155 177 138 -
CMYK 0.12 0 0.22 0.31
HSL 93.85º 0.2% 0.62% -
HSV(B) 93.85º 0.22% 0.69% -
XYZ 33.83 40.25 30.03 -
YUV 165.98 112.21 120.17 -
System Red Green Blue C M Y K H S L
Decimal 155 177 138 0.12 0 0.22 0.31 93.85 0.2 0.62
Hex 9B B1 8A C 0 16 1F 5E 14 3E
Octal 233 261 212 14 0 26 37 136 24 76
Binary 10011011 10110001 10001010 1100 0 10110 11111 1011110 10100 111110

Color Harmonies of #9BB18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB18A

Black with #9BB18A

Text Example


Text Example

White with #9BB18A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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