Html Css Color HEX #99B484 Norway

📋 copy color: '#99B484'

red 153 ◦ green 180 ◦ blue 132

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

Shades of Norway #99B484

Tints of Norway #99B484

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.71%

 BLUE value IS 132 (51.95% from 255) = 28.39%

R = 32.9%
G = 38.71%
B = 28.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#99B484 (or 0x99B484) is known color: Norway. HEX triplet: 99, B4 and 84. RGB value is (153,180,132). Sum of RGB (Red+Green+Blue) = 153+180+132=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 180 - color contains mainly: green. Hex color #99B484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B484 is #664B7B. Grayscale: #A6A6A6. Windows color (decimal): -6703996 or 8696985. OLE color: 8696985.

HSL color Cylindrical-coordinate representation of color #99B484: hue angle of 93.75º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99B484 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 180 132 -
CMYK 0.15 0 0.27 0.29
HSL 93.75º 0.24% 0.61% -
HSV(B) 93.75º 0.27% 0.71% -
XYZ 33.62 41.08 27.99 -
YUV 166.46 108.55 118.4 -
System Red Green Blue C M Y K H S L
Decimal 153 180 132 0.15 0 0.27 0.29 93.75 0.24 0.61
Hex 99 B4 84 F 0 1B 1D 5E 18 3D
Octal 231 264 204 17 0 33 35 136 30 75
Binary 10011001 10110100 10000100 1111 0 11011 11101 1011110 11000 111101

Color Harmonies of #99B484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B484

Black with #99B484

Text Example


Text Example

White with #99B484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,180,132); }

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

background-color css

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

 a { background-color: rgb(153,180,132); }

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

border-color css

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

 span { border-color: rgb(153,180,132); }

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