Html Css Color HEX #9BA88D Norway

📋 copy color: '#9BA88D'

red 155 ◦ green 168 ◦ blue 141

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

Shades of Norway #9BA88D

Tints of Norway #9BA88D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.21%

 BLUE value IS 141 (55.47% from 255) = 30.39%

R = 33.41%
G = 36.21%
B = 30.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#9BA88D (or 0x9BA88D) is known color: Norway. HEX triplet: 9B, A8 and 8D. RGB value is (155,168,141). Sum of RGB (Red+Green+Blue) = 155+168+141=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA88D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA88D is #645772. Grayscale: #A1A1A1. Windows color (decimal): -6575987 or 9283739. OLE color: 9283739.

HSL color Cylindrical-coordinate representation of color #9BA88D: hue angle of 88.89º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9BA88D is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB 155 168 141 -
CMYK 0.08 0 0.16 0.34
HSL 88.89º 0.13% 0.61% -
HSV(B) 88.89º 0.16% 0.66% -
XYZ 32.33 36.9 30.62 -
YUV 161.04 116.69 123.7 -
System Red Green Blue C M Y K H S L
Decimal 155 168 141 0.08 0 0.16 0.34 88.89 0.13 0.61
Hex 9B A8 8D 8 0 10 22 59 D 3D
Octal 233 250 215 10 0 20 42 131 15 75
Binary 10011011 10101000 10001101 1000 0 10000 100010 1011001 1101 111101

Color Harmonies of #9BA88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA88D

Black with #9BA88D

Text Example


Text Example

White with #9BA88D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,168,141); }

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

background-color css

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

 a { background-color: rgb(155,168,141); }

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

border-color css

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

 span { border-color: rgb(155,168,141); }

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