Html Css Color HEX #94AC85 Norway

📋 copy color: '#94AC85'

red 148 ◦ green 172 ◦ blue 133

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

Shades of Norway #94AC85

Tints of Norway #94AC85

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.97%

 BLUE value IS 133 (52.34% from 255) = 29.36%

R = 32.67%
G = 37.97%
B = 29.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#94AC85 (or 0x94AC85) is known color: Norway. HEX triplet: 94, AC and 85. RGB value is (148,172,133). Sum of RGB (Red+Green+Blue) = 148+172+133=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 172 - color contains mainly: green. Hex color #94AC85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AC85 is #6B537A. Grayscale: #A0A0A0. Windows color (decimal): -7033723 or 8760468. OLE color: 8760468.

HSL color Cylindrical-coordinate representation of color #94AC85: hue angle of 96.92º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94AC85 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 172 133 -
CMYK 0.14 0 0.23 0.33
HSL 96.92º 0.19% 0.6% -
HSV(B) 96.92º 0.23% 0.67% -
XYZ 31.2 37.49 27.78 -
YUV 160.38 112.55 119.17 -
System Red Green Blue C M Y K H S L
Decimal 148 172 133 0.14 0 0.23 0.33 96.92 0.19 0.6
Hex 94 AC 85 E 0 17 21 61 13 3C
Octal 224 254 205 16 0 27 41 141 23 74
Binary 10010100 10101100 10000101 1110 0 10111 100001 1100001 10011 111100

Color Harmonies of #94AC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AC85

Black with #94AC85

Text Example


Text Example

White with #94AC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,172,133); }

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

background-color css

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

 a { background-color: rgb(148,172,133); }

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

border-color css

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

 span { border-color: rgb(148,172,133); }

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