Html Css Color HEX #99B487 Norway

📋 copy color: '#99B487'

red 153 ◦ green 180 ◦ blue 135

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

Shades of Norway #99B487

Tints of Norway #99B487

RGB

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

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

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

R = 32.69%
G = 38.46%
B = 28.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#99B487 (or 0x99B487) is known color: Norway. HEX triplet: 99, B4 and 87. RGB value is (153,180,135). Sum of RGB (Red+Green+Blue) = 153+180+135=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 135 (53.12% from 255 or 28.85% from 468); Max value from RGB is 180 - color contains mainly: green. Hex color #99B487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B487 is #664B78. Grayscale: #A6A6A6. Windows color (decimal): -6703993 or 8893593. OLE color: 8893593.

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

Color convert

RGB 153 180 135 -
CMYK 0.15 0 0.25 0.29
HSL 96º 0.23% 0.62% -
HSV(B) 96º 0.25% 0.71% -
XYZ 33.83 41.16 29.08 -
YUV 166.8 110.05 118.16 -
System Red Green Blue C M Y K H S L
Decimal 153 180 135 0.15 0 0.25 0.29 96 0.23 0.62
Hex 99 B4 87 F 0 19 1D 60 17 3E
Octal 231 264 207 17 0 31 35 140 27 76
Binary 10011001 10110100 10000111 1111 0 11001 11101 1100000 10111 111110

Color Harmonies of #99B487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B487

Black with #99B487

Text Example


Text Example

White with #99B487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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