Html Css Color HEX #99BE87 Norway

📋 copy color: '#99BE87'

red 153 ◦ green 190 ◦ blue 135

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

Shades of Norway #99BE87

Tints of Norway #99BE87

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.75%

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

R = 32.01%
G = 39.75%
B = 28.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#99BE87 (or 0x99BE87) is known color: Norway. HEX triplet: 99, BE and 87. RGB value is (153,190,135). Sum of RGB (Red+Green+Blue) = 153+190+135=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 190 - color contains mainly: green. Hex color #99BE87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BE87 is #664178. Grayscale: #ACACAC. Windows color (decimal): -6701433 or 8896153. OLE color: 8896153.

HSL color Cylindrical-coordinate representation of color #99BE87: hue angle of 100.36º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99BE87 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 190 135 -
CMYK 0.19 0 0.29 0.25
HSL 100.36º 0.3% 0.64% -
HSV(B) 100.36º 0.29% 0.75% -
XYZ 35.92 45.35 29.78 -
YUV 172.67 106.74 113.97 -
System Red Green Blue C M Y K H S L
Decimal 153 190 135 0.19 0 0.29 0.25 100.36 0.3 0.64
Hex 99 BE 87 13 0 1D 19 64 1E 40
Octal 231 276 207 23 0 35 31 144 36 100
Binary 10011001 10111110 10000111 10011 0 11101 11001 1100100 11110 1000000

Color Harmonies of #99BE87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BE87

Black with #99BE87

Text Example


Text Example

White with #99BE87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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