Html Css Color HEX #94B573 Olivine

📋 copy color: '#94B573'

red 148 ◦ green 181 ◦ blue 115

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

Shades of Olivine #94B573

Tints of Olivine #94B573

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.77%

 BLUE value IS 115 (45.31% from 255) = 25.9%

R = 33.33%
G = 40.77%
B = 25.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#94B573 (or 0x94B573) is known color: Olivine. HEX triplet: 94, B5 and 73. RGB value is (148,181,115). Sum of RGB (Red+Green+Blue) = 148+181+115=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 181 - color contains mainly: green. Hex color #94B573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B573 is #6B4A8C. Grayscale: #A3A3A3. Windows color (decimal): -7031437 or 7583124. OLE color: 7583124.

HSL color Cylindrical-coordinate representation of color #94B573: hue angle of 90º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94B573 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 181 115 -
CMYK 0.18 0 0.36 0.29
HSL 90º 0.31% 0.58% -
HSV(B) 90º 0.36% 0.71% -
XYZ 31.83 40.58 22.37 -
YUV 163.61 100.57 116.87 -
System Red Green Blue C M Y K H S L
Decimal 148 181 115 0.18 0 0.36 0.29 90 0.31 0.58
Hex 94 B5 73 12 0 24 1D 5A 1F 3A
Octal 224 265 163 22 0 44 35 132 37 72
Binary 10010100 10110101 1110011 10010 0 100100 11101 1011010 11111 111010

Color Harmonies of #94B573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B573

Black with #94B573

Text Example


Text Example

White with #94B573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,181,115); }

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

background-color css

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

 a { background-color: rgb(148,181,115); }

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

border-color css

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

 span { border-color: rgb(148,181,115); }

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