Html Css Color HEX #99B887 Norway

📋 copy color: '#99B887'

red 153 ◦ green 184 ◦ blue 135

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

Shades of Norway #99B887

Tints of Norway #99B887

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.98%

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

R = 32.42%
G = 38.98%
B = 28.6%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#99B887 (or 0x99B887) is known color: Norway. HEX triplet: 99, B8 and 87. RGB value is (153,184,135). Sum of RGB (Red+Green+Blue) = 153+184+135=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 135 (53.12% from 255 or 28.60% from 472); Max value from RGB is 184 - color contains mainly: green. Hex color #99B887 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B887 is #664778. Grayscale: #A9A9A9. Windows color (decimal): -6702969 or 8894617. OLE color: 8894617.

HSL color Cylindrical-coordinate representation of color #99B887: hue angle of 97.96º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99B887 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB 153 184 135 -
CMYK 0.17 0 0.27 0.28
HSL 97.96º 0.26% 0.63% -
HSV(B) 97.96º 0.27% 0.72% -
XYZ 34.65 42.8 29.36 -
YUV 169.15 108.73 116.48 -
System Red Green Blue C M Y K H S L
Decimal 153 184 135 0.17 0 0.27 0.28 97.96 0.26 0.63
Hex 99 B8 87 11 0 1B 1C 62 1A 3F
Octal 231 270 207 21 0 33 34 142 32 77
Binary 10011001 10111000 10000111 10001 0 11011 11100 1100010 11010 111111

Color Harmonies of #99B887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B887

Black with #99B887

Text Example


Text Example

White with #99B887

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,184,135); }

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

background-color css

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

 a { background-color: rgb(153,184,135); }

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

border-color css

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

 span { border-color: rgb(153,184,135); }

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