#94BB62

Color #94BB62 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #94BB62

Tints of Olivine #94BB62

Color information

#94BB62 (or 0x94BB62) is unknown color: approx Olivine. HEX triplet: 94, BB and 62. RGB value is (148,187,98). Sum of RGB (Red+Green+Blue) = 148+187+98=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 187 - color contains mainly: green. Hex color #94BB62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BB62 is #6B449D. Grayscale: #A5A5A5. Windows color (decimal): -7029918 or 6470548. OLE color: 6470548.

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

Color convert

RGB14818798-
CMYK0.2100.480.27
HSL86.29º39.56%55.88%-
HSV(B)86.29º47.59%73.33%-
XYZ32.1942.7218.1-
YUV165.1990.08115.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.18%
GREEN value IS 187 (73.44% from 255) = 43.19%
BLUE value IS 98 (38.67% from 255) = 22.63%
R=34.18%
G=43.19%
B=22.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal148187980.2100.480.2786.2939.5655.88
Hex94BB62150301B562838
Octal22427314225060331265070
Binary10010100101110111100010101010110000110111010110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,187,98); }

 H1.HeaderClassName
 {
   color: #94BB62;
 }
 .AnyTagClassName
 {
   color: #94BB62;
 }
</style>
background-color css

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

 a { background-color: rgb(148,187,98); }

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

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

 span { border-color: rgb(148,187,98); }

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