Html Css Color HEX #94BC71 Olivine

📋 copy color: '#94BC71'

red 148 ◦ green 188 ◦ blue 113

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

Shades of Olivine #94BC71

Tints of Olivine #94BC71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.17%

R = 32.96%
G = 41.87%
B = 25.17%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#94BC71 (or 0x94BC71) is known color: Olivine. HEX triplet: 94, BC and 71. RGB value is (148,188,113). Sum of RGB (Red+Green+Blue) = 148+188+113=449 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.96% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 188 - color contains mainly: green. Hex color #94BC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BC71 is #6B438E. Grayscale: #A7A7A7. Windows color (decimal): -7029647 or 7453844. OLE color: 7453844.

HSL color Cylindrical-coordinate representation of color #94BC71: hue angle of 92º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94BC71 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 188 113 -
CMYK 0.21 0 0.40 0.26
HSL 92º 0.36% 0.59% -
HSV(B) 92º 0.4% 0.74% -
XYZ 33.18 43.45 22.26 -
YUV 167.49 97.25 114.1 -
System Red Green Blue C M Y K H S L
Decimal 148 188 113 0.21 0 0.40 0.26 92 0.36 0.59
Hex 94 BC 71 15 0 28 1A 5C 24 3B
Octal 224 274 161 25 0 50 32 134 44 73
Binary 10010100 10111100 1110001 10101 0 101000 11010 1011100 100100 111011

Color Harmonies of #94BC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BC71

Black with #94BC71

Text Example


Text Example

White with #94BC71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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