Html Css Color HEX #99B785 Norway

📋 copy color: '#99B785'

red 153 ◦ green 183 ◦ blue 133

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

Shades of Norway #99B785

Tints of Norway #99B785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.36%

R = 32.62%
G = 39.02%
B = 28.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#99B785 (or 0x99B785) is known color: Norway. HEX triplet: 99, B7 and 85. RGB value is (153,183,133). Sum of RGB (Red+Green+Blue) = 153+183+133=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 183 - color contains mainly: green. Hex color #99B785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B785 is #66487A. Grayscale: #A8A8A8. Windows color (decimal): -6703227 or 8763289. OLE color: 8763289.

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

Color convert

RGB 153 183 133 -
CMYK 0.16 0 0.27 0.28
HSL 96º 0.26% 0.62% -
HSV(B) 96º 0.27% 0.72% -
XYZ 34.3 42.33 28.55 -
YUV 168.33 108.06 117.07 -
System Red Green Blue C M Y K H S L
Decimal 153 183 133 0.16 0 0.27 0.28 96 0.26 0.62
Hex 99 B7 85 10 0 1B 1C 60 1A 3E
Octal 231 267 205 20 0 33 34 140 32 76
Binary 10011001 10110111 10000101 10000 0 11011 11100 1100000 11010 111110

Color Harmonies of #99B785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B785

Black with #99B785

Text Example


Text Example

White with #99B785

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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