Html Css Color HEX #94B56E Olivine

📋 copy color: '#94B56E'

red 148 ◦ green 181 ◦ blue 110

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

Shades of Olivine #94B56E

Tints of Olivine #94B56E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.06%

R = 33.71%
G = 41.23%
B = 25.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#94B56E (or 0x94B56E) is known color: Olivine. HEX triplet: 94, B5 and 6E. RGB value is (148,181,110). Sum of RGB (Red+Green+Blue) = 148+181+110=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 181 - color contains mainly: green. Hex color #94B56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B56E is #6B4A91. Grayscale: #A3A3A3. Windows color (decimal): -7031442 or 7255444. OLE color: 7255444.

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

Color convert

RGB 148 181 110 -
CMYK 0.18 0 0.39 0.29
HSL 87.89º 0.32% 0.57% -
HSV(B) 87.89º 0.39% 0.71% -
XYZ 31.55 40.47 20.9 -
YUV 163.04 98.07 117.27 -
System Red Green Blue C M Y K H S L
Decimal 148 181 110 0.18 0 0.39 0.29 87.89 0.32 0.57
Hex 94 B5 6E 12 0 27 1D 58 20 39
Octal 224 265 156 22 0 47 35 130 40 71
Binary 10010100 10110101 1101110 10010 0 100111 11101 1011000 100000 111001

Color Harmonies of #94B56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B56E

Black with #94B56E

Text Example


Text Example

White with #94B56E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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