Html Css Color HEX #94BE71 Olivine

📋 copy color: '#94BE71'

red 148 ◦ green 190 ◦ blue 113

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

Shades of Olivine #94BE71

Tints of Olivine #94BE71

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.13%

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

R = 32.82%
G = 42.13%
B = 25.06%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#94BE71 (or 0x94BE71) is known color: Olivine. HEX triplet: 94, BE and 71. RGB value is (148,190,113). Sum of RGB (Red+Green+Blue) = 148+190+113=451 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.82% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 190 - color contains mainly: green. Hex color #94BE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BE71 is #6B418E. Grayscale: #A8A8A8. Windows color (decimal): -7029135 or 7454356. OLE color: 7454356.

HSL color Cylindrical-coordinate representation of color #94BE71: hue angle of 92.73º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94BE71 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 190 113 -
CMYK 0.22 0 0.41 0.25
HSL 92.73º 0.37% 0.59% -
HSV(B) 92.73º 0.41% 0.75% -
XYZ 33.61 44.32 22.41 -
YUV 168.66 96.59 113.26 -
System Red Green Blue C M Y K H S L
Decimal 148 190 113 0.22 0 0.41 0.25 92.73 0.37 0.59
Hex 94 BE 71 16 0 29 19 5D 25 3B
Octal 224 276 161 26 0 51 31 135 45 73
Binary 10010100 10111110 1110001 10110 0 101001 11001 1011101 100101 111011

Color Harmonies of #94BE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BE71

Black with #94BE71

Text Example


Text Example

White with #94BE71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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