Html Css Color HEX #9BAF88 Norway

📋 copy color: '#9BAF88'

red 155 ◦ green 175 ◦ blue 136

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

Shades of Norway #9BAF88

Tints of Norway #9BAF88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.18%

R = 33.26%
G = 37.55%
B = 29.18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#9BAF88 (or 0x9BAF88) is known color: Norway. HEX triplet: 9B, AF and 88. RGB value is (155,175,136). Sum of RGB (Red+Green+Blue) = 155+175+136=466 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.26% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAF88 is #645077. Grayscale: #A4A4A4. Windows color (decimal): -6574200 or 8957851. OLE color: 8957851.

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

Color convert

RGB 155 175 136 -
CMYK 0.11 0 0.22 0.31
HSL 90.77º 0.2% 0.61% -
HSV(B) 90.77º 0.22% 0.69% -
XYZ 33.29 39.41 29.14 -
YUV 164.57 111.87 121.17 -
System Red Green Blue C M Y K H S L
Decimal 155 175 136 0.11 0 0.22 0.31 90.77 0.2 0.61
Hex 9B AF 88 B 0 16 1F 5B 14 3D
Octal 233 257 210 13 0 26 37 133 24 75
Binary 10011011 10101111 10001000 1011 0 10110 11111 1011011 10100 111101

Color Harmonies of #9BAF88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAF88

Black with #9BAF88

Text Example


Text Example

White with #9BAF88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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