Html Css Color HEX #99B28A Norway

📋 copy color: '#99B28A'

red 153 ◦ green 178 ◦ blue 138

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

Shades of Norway #99B28A

Tints of Norway #99B28A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.95%

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

R = 32.62%
G = 37.95%
B = 29.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#99B28A (or 0x99B28A) is known color: Norway. HEX triplet: 99, B2 and 8A. RGB value is (153,178,138). Sum of RGB (Red+Green+Blue) = 153+178+138=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 178 - color contains mainly: green. Hex color #99B28A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B28A is #664D75. Grayscale: #A6A6A6. Windows color (decimal): -6704502 or 9089689. OLE color: 9089689.

HSL color Cylindrical-coordinate representation of color #99B28A: hue angle of 97.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99B28A is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 153 178 138 -
CMYK 0.14 0 0.22 0.30
HSL 97.5º 0.21% 0.62% -
HSV(B) 97.5º 0.22% 0.7% -
XYZ 33.64 40.45 30.08 -
YUV 165.97 112.22 118.75 -
System Red Green Blue C M Y K H S L
Decimal 153 178 138 0.14 0 0.22 0.30 97.5 0.21 0.62
Hex 99 B2 8A E 0 16 1E 62 15 3E
Octal 231 262 212 16 0 26 36 142 25 76
Binary 10011001 10110010 10001010 1110 0 10110 11110 1100010 10101 111110

Color Harmonies of #99B28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B28A

Black with #99B28A

Text Example


Text Example

White with #99B28A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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