Html Css Color HEX #94B883 Norway

📋 copy color: '#94B883'

red 148 ◦ green 184 ◦ blue 131

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

Shades of Norway #94B883

Tints of Norway #94B883

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.74%

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

R = 31.97%
G = 39.74%
B = 28.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#94B883 (or 0x94B883) is known color: Norway. HEX triplet: 94, B8 and 83. RGB value is (148,184,131). Sum of RGB (Red+Green+Blue) = 148+184+131=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 184 - color contains mainly: green. Hex color #94B883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B883 is #6B477C. Grayscale: #A7A7A7. Windows color (decimal): -7030653 or 8632468. OLE color: 8632468.

HSL color Cylindrical-coordinate representation of color #94B883: hue angle of 100.75º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94B883 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB 148 184 131 -
CMYK 0.20 0 0.29 0.28
HSL 100.75º 0.27% 0.62% -
HSV(B) 100.75º 0.29% 0.72% -
XYZ 33.45 42.22 27.86 -
YUV 167.19 107.57 114.31 -
System Red Green Blue C M Y K H S L
Decimal 148 184 131 0.20 0 0.29 0.28 100.75 0.27 0.62
Hex 94 B8 83 14 0 1D 1C 65 1B 3E
Octal 224 270 203 24 0 35 34 145 33 76
Binary 10010100 10111000 10000011 10100 0 11101 11100 1100101 11011 111110

Color Harmonies of #94B883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B883

Black with #94B883

Text Example


Text Example

White with #94B883

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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