Html Css Color HEX #94B964 Olivine

📋 copy color: '#94B964'

red 148 ◦ green 185 ◦ blue 100

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

Shades of Olivine #94B964

Tints of Olivine #94B964

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.73%

 BLUE value IS 100 (39.45% from 255) = 23.09%

R = 34.18%
G = 42.73%
B = 23.09%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#94B964 (or 0x94B964) is known color: Olivine. HEX triplet: 94, B9 and 64. RGB value is (148,185,100). Sum of RGB (Red+Green+Blue) = 148+185+100=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 185 (72.66% from 255 or 42.73% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 185 - color contains mainly: green. Hex color #94B964 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B964 is #6B469B. Grayscale: #A4A4A4. Windows color (decimal): -7030428 or 6601108. OLE color: 6601108.

HSL color Cylindrical-coordinate representation of color #94B964: hue angle of 86.12º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #94B964 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 185 100 -
CMYK 0.20 0 0.46 0.27
HSL 86.12º 0.38% 0.56% -
HSV(B) 86.12º 0.46% 0.73% -
XYZ 31.86 41.91 18.47 -
YUV 164.25 91.74 116.41 -
System Red Green Blue C M Y K H S L
Decimal 148 185 100 0.20 0 0.46 0.27 86.12 0.38 0.56
Hex 94 B9 64 14 0 2E 1B 56 26 38
Octal 224 271 144 24 0 56 33 126 46 70
Binary 10010100 10111001 1100100 10100 0 101110 11011 1010110 100110 111000

Color Harmonies of #94B964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B964

Black with #94B964

Text Example


Text Example

White with #94B964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,185,100); }

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

background-color css

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

 a { background-color: rgb(148,185,100); }

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

border-color css

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

 span { border-color: rgb(148,185,100); }

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