Html Css Color HEX #94BA63 Olivine

📋 copy color: '#94BA63'

red 148 ◦ green 186 ◦ blue 99

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

Shades of Olivine #94BA63

Tints of Olivine #94BA63

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.96%

 BLUE value IS 99 (39.06% from 255) = 22.86%

R = 34.18%
G = 42.96%
B = 22.86%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#94BA63 (or 0x94BA63) is known color: Olivine. HEX triplet: 94, BA and 63. RGB value is (148,186,99). Sum of RGB (Red+Green+Blue) = 148+186+99=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 99 (39.06% from 255 or 22.86% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #94BA63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BA63 is #6B459C. Grayscale: #A5A5A5. Windows color (decimal): -7030173 or 6535828. OLE color: 6535828.

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

Color convert

RGB 148 186 99 -
CMYK 0.20 0 0.47 0.27
HSL 86.21º 0.39% 0.56% -
HSV(B) 86.21º 0.47% 0.73% -
XYZ 32.02 42.31 18.28 -
YUV 164.72 90.91 116.07 -
System Red Green Blue C M Y K H S L
Decimal 148 186 99 0.20 0 0.47 0.27 86.21 0.39 0.56
Hex 94 BA 63 14 0 2F 1B 56 27 38
Octal 224 272 143 24 0 57 33 126 47 70
Binary 10010100 10111010 1100011 10100 0 101111 11011 1010110 100111 111000

Color Harmonies of #94BA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BA63

Black with #94BA63

Text Example


Text Example

White with #94BA63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,186,99); }

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

background-color css

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

 a { background-color: rgb(148,186,99); }

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

border-color css

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

 span { border-color: rgb(148,186,99); }

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