Html Css Color HEX #99AE8A Norway

📋 copy color: '#99AE8A'

red 153 ◦ green 174 ◦ blue 138

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

Shades of Norway #99AE8A

Tints of Norway #99AE8A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.42%

 BLUE value IS 138 (54.3% from 255) = 29.68%

R = 32.9%
G = 37.42%
B = 29.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#99AE8A (or 0x99AE8A) is known color: Norway. HEX triplet: 99, AE and 8A. RGB value is (153,174,138). Sum of RGB (Red+Green+Blue) = 153+174+138=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 174 - color contains mainly: green. Hex color #99AE8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AE8A is #665175. Grayscale: #A3A3A3. Windows color (decimal): -6705526 or 9088665. OLE color: 9088665.

HSL color Cylindrical-coordinate representation of color #99AE8A: hue angle of 95º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99AE8A is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 174 138 -
CMYK 0.12 0 0.21 0.32
HSL 95º 0.18% 0.61% -
HSV(B) 95º 0.21% 0.68% -
XYZ 32.86 38.88 29.82 -
YUV 163.62 113.54 120.43 -
System Red Green Blue C M Y K H S L
Decimal 153 174 138 0.12 0 0.21 0.32 95 0.18 0.61
Hex 99 AE 8A C 0 15 20 5F 12 3D
Octal 231 256 212 14 0 25 40 137 22 75
Binary 10011001 10101110 10001010 1100 0 10101 100000 1011111 10010 111101

Color Harmonies of #99AE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AE8A

Black with #99AE8A

Text Example


Text Example

White with #99AE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,174,138); }

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

background-color css

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

 a { background-color: rgb(153,174,138); }

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

border-color css

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

 span { border-color: rgb(153,174,138); }

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