Html Css Color HEX #99B78C Norway

📋 copy color: '#99B78C'

red 153 ◦ green 183 ◦ blue 140

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

Shades of Norway #99B78C

Tints of Norway #99B78C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.41%

R = 32.14%
G = 38.45%
B = 29.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#99B78C (or 0x99B78C) is known color: Norway. HEX triplet: 99, B7 and 8C. RGB value is (153,183,140). Sum of RGB (Red+Green+Blue) = 153+183+140=476 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.14% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 183 - color contains mainly: green. Hex color #99B78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B78C is #664873. Grayscale: #A9A9A9. Windows color (decimal): -6703220 or 9222041. OLE color: 9222041.

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

Color convert

RGB 153 183 140 -
CMYK 0.16 0 0.23 0.28
HSL 101.86º 0.23% 0.63% -
HSV(B) 101.86º 0.23% 0.72% -
XYZ 34.8 42.53 31.19 -
YUV 169.13 111.56 116.5 -
System Red Green Blue C M Y K H S L
Decimal 153 183 140 0.16 0 0.23 0.28 101.86 0.23 0.63
Hex 99 B7 8C 10 0 17 1C 66 17 3F
Octal 231 267 214 20 0 27 34 146 27 77
Binary 10011001 10110111 10001100 10000 0 10111 11100 1100110 10111 111111

Color Harmonies of #99B78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B78C

Black with #99B78C

Text Example


Text Example

White with #99B78C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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