Html Css Color HEX #99B089 Norway

📋 copy color: '#99B089'

red 153 ◦ green 176 ◦ blue 137

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

Shades of Norway #99B089

Tints of Norway #99B089

RGB

 RED value IS 153 (60.16% from 255) = 32.83%

 GREEN value IS 176 (69.14% from 255) = 37.77%

 BLUE value IS 137 (53.91% from 255) = 29.4%

R = 32.83%
G = 37.77%
B = 29.4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#99B089 (or 0x99B089) is known color: Norway. HEX triplet: 99, B0 and 89. RGB value is (153,176,137). Sum of RGB (Red+Green+Blue) = 153+176+137=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 176 - color contains mainly: green. Hex color #99B089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B089 is #664F76. Grayscale: #A4A4A4. Windows color (decimal): -6705015 or 9023641. OLE color: 9023641.

HSL color Cylindrical-coordinate representation of color #99B089: hue angle of 95.38º 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 #99B089 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 176 137 -
CMYK 0.13 0 0.22 0.31
HSL 95.38º 0.2% 0.61% -
HSV(B) 95.38º 0.22% 0.69% -
XYZ 33.18 39.63 29.57 -
YUV 164.68 112.38 119.67 -
System Red Green Blue C M Y K H S L
Decimal 153 176 137 0.13 0 0.22 0.31 95.38 0.2 0.61
Hex 99 B0 89 D 0 16 1F 5F 14 3D
Octal 231 260 211 15 0 26 37 137 24 75
Binary 10011001 10110000 10001001 1101 0 10110 11111 1011111 10100 111101

Color Harmonies of #99B089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B089

Black with #99B089

Text Example


Text Example

White with #99B089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99B089; }

 p { color: rgb(153,176,137); }

 H1.HeaderClassName
 {
   color: #99B089;
 }
 .AnyTagClassName
 {
   color: #99B089;
 }
</style>

background-color css

<style>
 a { background-color: #99B089; }

 a { background-color: rgb(153,176,137); }

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

border-color css

<style>
 span { border-color: #99B089; }

 span { border-color: rgb(153,176,137); }

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