Html Css Color HEX #94BC74 Olivine

📋 copy color: '#94BC74'

red 148 ◦ green 188 ◦ blue 116

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

Shades of Olivine #94BC74

Tints of Olivine #94BC74

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.59%

 BLUE value IS 116 (45.7% from 255) = 25.66%

R = 32.74%
G = 41.59%
B = 25.66%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#94BC74 (or 0x94BC74) is known color: Olivine. HEX triplet: 94, BC and 74. RGB value is (148,188,116). Sum of RGB (Red+Green+Blue) = 148+188+116=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #94BC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BC74 is #6B438B. Grayscale: #A8A8A8. Windows color (decimal): -7029644 or 7650452. OLE color: 7650452.

HSL color Cylindrical-coordinate representation of color #94BC74: hue angle of 93.33º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94BC74 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 188 116 -
CMYK 0.21 0 0.38 0.26
HSL 93.33º 0.35% 0.6% -
HSV(B) 93.33º 0.38% 0.74% -
XYZ 33.35 43.52 23.17 -
YUV 167.83 98.75 113.85 -
System Red Green Blue C M Y K H S L
Decimal 148 188 116 0.21 0 0.38 0.26 93.33 0.35 0.6
Hex 94 BC 74 15 0 26 1A 5D 23 3C
Octal 224 274 164 25 0 46 32 135 43 74
Binary 10010100 10111100 1110100 10101 0 100110 11010 1011101 100011 111100

Color Harmonies of #94BC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BC74

Black with #94BC74

Text Example


Text Example

White with #94BC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,188,116); }

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

background-color css

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

 a { background-color: rgb(148,188,116); }

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

border-color css

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

 span { border-color: rgb(148,188,116); }

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