Html Css Color HEX #99B38B Norway

📋 copy color: '#99B38B'

red 153 ◦ green 179 ◦ blue 139

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

Shades of Norway #99B38B

Tints of Norway #99B38B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38%

 BLUE value IS 139 (54.69% from 255) = 29.51%

R = 32.48%
G = 38%
B = 29.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#99B38B (or 0x99B38B) is known color: Norway. HEX triplet: 99, B3 and 8B. RGB value is (153,179,139). Sum of RGB (Red+Green+Blue) = 153+179+139=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 179 - color contains mainly: green. Hex color #99B38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B38B is #664C74. Grayscale: #A6A6A6. Windows color (decimal): -6704245 or 9155481. OLE color: 9155481.

HSL color Cylindrical-coordinate representation of color #99B38B: hue angle of 99º 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 #99B38B is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 153 179 139 -
CMYK 0.15 0 0.22 0.30
HSL 99º 0.21% 0.62% -
HSV(B) 99º 0.22% 0.7% -
XYZ 33.92 40.88 30.53 -
YUV 166.67 112.39 118.25 -
System Red Green Blue C M Y K H S L
Decimal 153 179 139 0.15 0 0.22 0.30 99 0.21 0.62
Hex 99 B3 8B F 0 16 1E 63 15 3E
Octal 231 263 213 17 0 26 36 143 25 76
Binary 10011001 10110011 10001011 1111 0 10110 11110 1100011 10101 111110

Color Harmonies of #99B38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B38B

Black with #99B38B

Text Example


Text Example

White with #99B38B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,179,139); }

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

background-color css

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

 a { background-color: rgb(153,179,139); }

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

border-color css

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

 span { border-color: rgb(153,179,139); }

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