Html Css Color HEX #94B366 Olivine

📋 copy color: '#94B366'

red 148 ◦ green 179 ◦ blue 102

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

Shades of Olivine #94B366

Tints of Olivine #94B366

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.72%

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

R = 34.5%
G = 41.72%
B = 23.78%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#94B366 (or 0x94B366) is known color: Olivine. HEX triplet: 94, B3 and 66. RGB value is (148,179,102). Sum of RGB (Red+Green+Blue) = 148+179+102=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 179 - color contains mainly: green. Hex color #94B366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B366 is #6B4C99. Grayscale: #A1A1A1. Windows color (decimal): -7031962 or 6730644. OLE color: 6730644.

HSL color Cylindrical-coordinate representation of color #94B366: hue angle of 84.16º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #94B366 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB 148 179 102 -
CMYK 0.17 0 0.43 0.30
HSL 84.16º 0.34% 0.55% -
HSV(B) 84.16º 0.43% 0.7% -
XYZ 30.73 39.5 18.57 -
YUV 160.95 94.73 118.76 -
System Red Green Blue C M Y K H S L
Decimal 148 179 102 0.17 0 0.43 0.30 84.16 0.34 0.55
Hex 94 B3 66 11 0 2B 1E 54 22 37
Octal 224 263 146 21 0 53 36 124 42 67
Binary 10010100 10110011 1100110 10001 0 101011 11110 1010100 100010 110111

Color Harmonies of #94B366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B366

Black with #94B366

Text Example


Text Example

White with #94B366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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