Html Css Color HEX #94B866 Olivine

📋 copy color: '#94B866'

red 148 ◦ green 184 ◦ blue 102

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

Shades of Olivine #94B866

Tints of Olivine #94B866

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.4%

 BLUE value IS 102 (40.23% from 255) = 23.5%

R = 34.1%
G = 42.4%
B = 23.5%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#94B866 (or 0x94B866) is known color: Olivine. HEX triplet: 94, B8 and 66. RGB value is (148,184,102). Sum of RGB (Red+Green+Blue) = 148+184+102=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 184 (72.27% from 255 or 42.40% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 184 - color contains mainly: green. Hex color #94B866 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B866 is #6B4799. Grayscale: #A4A4A4. Windows color (decimal): -7030682 or 6731924. OLE color: 6731924.

HSL color Cylindrical-coordinate representation of color #94B866: hue angle of 86.34º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #94B866 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 148 184 102 -
CMYK 0.20 0 0.45 0.28
HSL 86.34º 0.37% 0.56% -
HSV(B) 86.34º 0.45% 0.72% -
XYZ 31.75 41.54 18.91 -
YUV 163.89 93.07 116.67 -
System Red Green Blue C M Y K H S L
Decimal 148 184 102 0.20 0 0.45 0.28 86.34 0.37 0.56
Hex 94 B8 66 14 0 2D 1C 56 25 38
Octal 224 270 146 24 0 55 34 126 45 70
Binary 10010100 10111000 1100110 10100 0 101101 11100 1010110 100101 111000

Color Harmonies of #94B866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B866

Black with #94B866

Text Example


Text Example

White with #94B866

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,184,102); }

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

background-color css

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

 a { background-color: rgb(148,184,102); }

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

border-color css

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

 span { border-color: rgb(148,184,102); }

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