Html Css Color HEX #9BAF90 Norway

📋 copy color: '#9BAF90'

red 155 ◦ green 175 ◦ blue 144

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

Shades of Norway #9BAF90

Tints of Norway #9BAF90

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.92%

 BLUE value IS 144 (56.64% from 255) = 30.38%

R = 32.7%
G = 36.92%
B = 30.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#9BAF90 (or 0x9BAF90) is known color: Norway. HEX triplet: 9B, AF and 90. RGB value is (155,175,144). Sum of RGB (Red+Green+Blue) = 155+175+144=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAF90 is #64506F. Grayscale: #A5A5A5. Windows color (decimal): -6574192 or 9482139. OLE color: 9482139.

HSL color Cylindrical-coordinate representation of color #9BAF90: hue angle of 98.71º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BAF90 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 155 175 144 -
CMYK 0.11 0 0.18 0.31
HSL 98.71º 0.16% 0.63% -
HSV(B) 98.71º 0.18% 0.69% -
XYZ 33.88 39.64 32.25 -
YUV 165.49 115.87 120.52 -
System Red Green Blue C M Y K H S L
Decimal 155 175 144 0.11 0 0.18 0.31 98.71 0.16 0.63
Hex 9B AF 90 B 0 12 1F 63 10 3F
Octal 233 257 220 13 0 22 37 143 20 77
Binary 10011011 10101111 10010000 1011 0 10010 11111 1100011 10000 111111

Color Harmonies of #9BAF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAF90

Black with #9BAF90

Text Example


Text Example

White with #9BAF90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,175,144); }

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

background-color css

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

 a { background-color: rgb(155,175,144); }

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

border-color css

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

 span { border-color: rgb(155,175,144); }

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