Html Css Color HEX #99AF87 Norway

📋 copy color: '#99AF87'

red 153 ◦ green 175 ◦ blue 135

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

Shades of Norway #99AF87

Tints of Norway #99AF87

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.8%

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

R = 33.05%
G = 37.8%
B = 29.16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#99AF87 (or 0x99AF87) is known color: Norway. HEX triplet: 99, AF and 87. RGB value is (153,175,135). Sum of RGB (Red+Green+Blue) = 153+175+135=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 135 (53.12% from 255 or 29.16% from 463); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AF87 is #665078. Grayscale: #A4A4A4. Windows color (decimal): -6705273 or 8892313. OLE color: 8892313.

HSL color Cylindrical-coordinate representation of color #99AF87: hue angle of 93º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99AF87 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 175 135 -
CMYK 0.13 0 0.23 0.31
HSL 93º 0.2% 0.61% -
HSV(B) 93º 0.23% 0.69% -
XYZ 32.84 39.18 28.75 -
YUV 163.86 111.71 120.25 -
System Red Green Blue C M Y K H S L
Decimal 153 175 135 0.13 0 0.23 0.31 93 0.2 0.61
Hex 99 AF 87 D 0 17 1F 5D 14 3D
Octal 231 257 207 15 0 27 37 135 24 75
Binary 10011001 10101111 10000111 1101 0 10111 11111 1011101 10100 111101

Color Harmonies of #99AF87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AF87

Black with #99AF87

Text Example


Text Example

White with #99AF87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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