Html Css Color HEX #9BAF87 Norway

📋 copy color: '#9BAF87'

red 155 ◦ green 175 ◦ blue 135

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

Shades of Norway #9BAF87

Tints of Norway #9BAF87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 29.03%

R = 33.33%
G = 37.63%
B = 29.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#9BAF87 (or 0x9BAF87) is known color: Norway. HEX triplet: 9B, AF and 87. RGB value is (155,175,135). Sum of RGB (Red+Green+Blue) = 155+175+135=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAF87 is #645078. Grayscale: #A4A4A4. Windows color (decimal): -6574201 or 8892315. OLE color: 8892315.

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

Color convert

RGB 155 175 135 -
CMYK 0.11 0 0.23 0.31
HSL 90º 0.2% 0.61% -
HSV(B) 90º 0.23% 0.69% -
XYZ 33.22 39.38 28.77 -
YUV 164.46 111.37 121.25 -
System Red Green Blue C M Y K H S L
Decimal 155 175 135 0.11 0 0.23 0.31 90 0.2 0.61
Hex 9B AF 87 B 0 17 1F 5A 14 3D
Octal 233 257 207 13 0 27 37 132 24 75
Binary 10011011 10101111 10000111 1011 0 10111 11111 1011010 10100 111101

Color Harmonies of #9BAF87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAF87

Black with #9BAF87

Text Example


Text Example

White with #9BAF87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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