Html Css Color HEX #94C966 Olivine

📋 copy color: '#94C966'

red 148 ◦ green 201 ◦ blue 102

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

Shades of Olivine #94C966

Tints of Olivine #94C966

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.57%

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

R = 32.82%
G = 44.57%
B = 22.62%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#94C966 (or 0x94C966) is known color: Olivine. HEX triplet: 94, C9 and 66. RGB value is (148,201,102). Sum of RGB (Red+Green+Blue) = 148+201+102=451 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.82% from 451); Green value is 201 (78.91% from 255 or 44.57% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 201 - color contains mainly: green. Hex color #94C966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C966 is #6B3699. Grayscale: #AEAEAE. Windows color (decimal): -7026330 or 6736276. OLE color: 6736276.

HSL color Cylindrical-coordinate representation of color #94C966: hue angle of 92.12º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94C966 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 201 102 -
CMYK 0.26 0 0.49 0.21
HSL 92.12º 0.48% 0.59% -
HSV(B) 92.12º 0.49% 0.79% -
XYZ 35.5 49.03 20.16 -
YUV 173.87 87.44 109.55 -
System Red Green Blue C M Y K H S L
Decimal 148 201 102 0.26 0 0.49 0.21 92.12 0.48 0.59
Hex 94 C9 66 1A 0 31 15 5C 30 3B
Octal 224 311 146 32 0 61 25 134 60 73
Binary 10010100 11001001 1100110 11010 0 110001 10101 1011100 110000 111011

Color Harmonies of #94C966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C966

Black with #94C966

Text Example


Text Example

White with #94C966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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