Html Css Color HEX #94BA6D Olivine

📋 copy color: '#94BA6D'

red 148 ◦ green 186 ◦ blue 109

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

Shades of Olivine #94BA6D

Tints of Olivine #94BA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.6%

R = 33.41%
G = 41.99%
B = 24.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#94BA6D (or 0x94BA6D) is known color: Olivine. HEX triplet: 94, BA and 6D. RGB value is (148,186,109). Sum of RGB (Red+Green+Blue) = 148+186+109=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 186 - color contains mainly: green. Hex color #94BA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BA6D is #6B4592. Grayscale: #A6A6A6. Windows color (decimal): -7030163 or 7191188. OLE color: 7191188.

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

Color convert

RGB 148 186 109 -
CMYK 0.20 0 0.41 0.27
HSL 89.61º 0.36% 0.58% -
HSV(B) 89.61º 0.41% 0.73% -
XYZ 32.53 42.52 20.96 -
YUV 165.86 95.91 115.26 -
System Red Green Blue C M Y K H S L
Decimal 148 186 109 0.20 0 0.41 0.27 89.61 0.36 0.58
Hex 94 BA 6D 14 0 29 1B 5A 24 3A
Octal 224 272 155 24 0 51 33 132 44 72
Binary 10010100 10111010 1101101 10100 0 101001 11011 1011010 100100 111010

Color Harmonies of #94BA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BA6D

Black with #94BA6D

Text Example


Text Example

White with #94BA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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