Html Css Color HEX #94B464 Olivine

📋 copy color: '#94B464'

red 148 ◦ green 180 ◦ blue 100

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

Shades of Olivine #94B464

Tints of Olivine #94B464

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.06%

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

R = 34.58%
G = 42.06%
B = 23.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#94B464 (or 0x94B464) is known color: Olivine. HEX triplet: 94, B4 and 64. RGB value is (148,180,100). Sum of RGB (Red+Green+Blue) = 148+180+100=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 180 (70.70% from 255 or 42.06% from 428); Blue value is 100 (39.45% from 255 or 23.36% from 428); Max value from RGB is 180 - color contains mainly: green. Hex color #94B464 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B464 is #6B4B9B. Grayscale: #A1A1A1. Windows color (decimal): -7031708 or 6599828. OLE color: 6599828.

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

Color convert

RGB 148 180 100 -
CMYK 0.18 0 0.44 0.29
HSL 84º 0.35% 0.55% -
HSV(B) 84º 0.44% 0.71% -
XYZ 30.83 39.86 18.12 -
YUV 161.31 93.4 118.5 -
System Red Green Blue C M Y K H S L
Decimal 148 180 100 0.18 0 0.44 0.29 84 0.35 0.55
Hex 94 B4 64 12 0 2C 1D 54 23 37
Octal 224 264 144 22 0 54 35 124 43 67
Binary 10010100 10110100 1100100 10010 0 101100 11101 1010100 100011 110111

Color Harmonies of #94B464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B464

Black with #94B464

Text Example


Text Example

White with #94B464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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