Html Css Color HEX #94B184 Norway

📋 copy color: '#94B184'

red 148 ◦ green 177 ◦ blue 132

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

Shades of Norway #94B184

Tints of Norway #94B184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.88%

R = 32.39%
G = 38.73%
B = 28.88%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#94B184 (or 0x94B184) is known color: Norway. HEX triplet: 94, B1 and 84. RGB value is (148,177,132). Sum of RGB (Red+Green+Blue) = 148+177+132=457 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.39% from 457); Green value is 177 (69.53% from 255 or 38.73% from 457); Blue value is 132 (51.95% from 255 or 28.88% from 457); Max value from RGB is 177 - color contains mainly: green. Hex color #94B184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94B184 is #6B4E7B. Grayscale: #A3A3A3. Windows color (decimal): -7032444 or 8696212. OLE color: 8696212.

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

Color convert

RGB 148 177 132 -
CMYK 0.16 0 0.25 0.31
HSL 98.67º 0.22% 0.61% -
HSV(B) 98.67º 0.25% 0.69% -
XYZ 32.1 39.41 27.74 -
YUV 163.2 110.39 117.16 -
System Red Green Blue C M Y K H S L
Decimal 148 177 132 0.16 0 0.25 0.31 98.67 0.22 0.61
Hex 94 B1 84 10 0 19 1F 63 16 3D
Octal 224 261 204 20 0 31 37 143 26 75
Binary 10010100 10110001 10000100 10000 0 11001 11111 1100011 10110 111101

Color Harmonies of #94B184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B184

Black with #94B184

Text Example


Text Example

White with #94B184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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