Html Css Color HEX #94B183 Norway

📋 copy color: '#94B183'

red 148 ◦ green 177 ◦ blue 131

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

Shades of Norway #94B183

Tints of Norway #94B183

RGB

 RED value IS 148 (58.2% from 255) = 32.46%

 GREEN value IS 177 (69.53% from 255) = 38.82%

 BLUE value IS 131 (51.56% from 255) = 28.73%

R = 32.46%
G = 38.82%
B = 28.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#94B183 (or 0x94B183) is known color: Norway. HEX triplet: 94, B1 and 83. RGB value is (148,177,131). Sum of RGB (Red+Green+Blue) = 148+177+131=456 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.46% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 131 (51.56% from 255 or 28.73% from 456); Max value from RGB is 177 - color contains mainly: green. Hex color #94B183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94B183 is #6B4E7C. Grayscale: #A3A3A3. Windows color (decimal): -7032445 or 8630676. OLE color: 8630676.

HSL color Cylindrical-coordinate representation of color #94B183: hue angle of 97.83º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94B183 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 177 131 -
CMYK 0.16 0 0.26 0.31
HSL 97.83º 0.23% 0.6% -
HSV(B) 97.83º 0.26% 0.69% -
XYZ 32.03 39.38 27.39 -
YUV 163.09 109.89 117.24 -
System Red Green Blue C M Y K H S L
Decimal 148 177 131 0.16 0 0.26 0.31 97.83 0.23 0.6
Hex 94 B1 83 10 0 1A 1F 62 17 3C
Octal 224 261 203 20 0 32 37 142 27 74
Binary 10010100 10110001 10000011 10000 0 11010 11111 1100010 10111 111100

Color Harmonies of #94B183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B183

Black with #94B183

Text Example


Text Example

White with #94B183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94B183; }

 p { color: rgb(148,177,131); }

 H1.HeaderClassName
 {
   color: #94B183;
 }
 .AnyTagClassName
 {
   color: #94B183;
 }
</style>

background-color css

<style>
 a { background-color: #94B183; }

 a { background-color: rgb(148,177,131); }

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

border-color css

<style>
 span { border-color: #94B183; }

 span { border-color: rgb(148,177,131); }

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