Html Css Color HEX #99B788 Norway

📋 copy color: '#99B788'

red 153 ◦ green 183 ◦ blue 136

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

Shades of Norway #99B788

Tints of Norway #99B788

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.77%

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

R = 32.42%
G = 38.77%
B = 28.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#99B788 (or 0x99B788) is known color: Norway. HEX triplet: 99, B7 and 88. RGB value is (153,183,136). Sum of RGB (Red+Green+Blue) = 153+183+136=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 183 - color contains mainly: green. Hex color #99B788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B788 is #664877. Grayscale: #A8A8A8. Windows color (decimal): -6703224 or 8959897. OLE color: 8959897.

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

Color convert

RGB 153 183 136 -
CMYK 0.16 0 0.26 0.28
HSL 98.3º 0.25% 0.63% -
HSV(B) 98.3º 0.26% 0.72% -
XYZ 34.51 42.42 29.66 -
YUV 168.67 109.56 116.82 -
System Red Green Blue C M Y K H S L
Decimal 153 183 136 0.16 0 0.26 0.28 98.3 0.25 0.63
Hex 99 B7 88 10 0 1A 1C 62 19 3F
Octal 231 267 210 20 0 32 34 142 31 77
Binary 10011001 10110111 10001000 10000 0 11010 11100 1100010 11001 111111

Color Harmonies of #99B788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B788

Black with #99B788

Text Example


Text Example

White with #99B788

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,183,136); }

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

background-color css

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

 a { background-color: rgb(153,183,136); }

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

border-color css

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

 span { border-color: rgb(153,183,136); }

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