Html Css Color HEX #94BD6F Olivine

📋 copy color: '#94BD6F'

red 148 ◦ green 189 ◦ blue 111

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

Shades of Olivine #94BD6F

Tints of Olivine #94BD6F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.19%

 BLUE value IS 111 (43.75% from 255) = 24.78%

R = 33.04%
G = 42.19%
B = 24.78%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#94BD6F (or 0x94BD6F) is known color: Olivine. HEX triplet: 94, BD and 6F. RGB value is (148,189,111). Sum of RGB (Red+Green+Blue) = 148+189+111=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 111 (43.75% from 255 or 24.78% from 448); Max value from RGB is 189 - color contains mainly: green. Hex color #94BD6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BD6F is #6B4290. Grayscale: #A8A8A8. Windows color (decimal): -7029393 or 7323028. OLE color: 7323028.

HSL color Cylindrical-coordinate representation of color #94BD6F: hue angle of 91.54º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94BD6F is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 189 111 -
CMYK 0.22 0 0.41 0.26
HSL 91.54º 0.37% 0.59% -
HSV(B) 91.54º 0.41% 0.74% -
XYZ 33.28 43.84 21.75 -
YUV 167.85 95.92 113.84 -
System Red Green Blue C M Y K H S L
Decimal 148 189 111 0.22 0 0.41 0.26 91.54 0.37 0.59
Hex 94 BD 6F 16 0 29 1A 5C 25 3B
Octal 224 275 157 26 0 51 32 134 45 73
Binary 10010100 10111101 1101111 10110 0 101001 11010 1011100 100101 111011

Color Harmonies of #94BD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BD6F

Black with #94BD6F

Text Example


Text Example

White with #94BD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,189,111); }

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

background-color css

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

 a { background-color: rgb(148,189,111); }

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

border-color css

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

 span { border-color: rgb(148,189,111); }

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