Html Css Color HEX #94B93A Yellow Green

📋 copy color: '#94B93A'

red 148 ◦ green 185 ◦ blue 58

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

Shades of Yellow Green #94B93A

Tints of Yellow Green #94B93A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.31%

 BLUE value IS 58 (23.05% from 255) = 14.83%

R = 37.85%
G = 47.31%
B = 14.83%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#94B93A (or 0x94B93A) is known color: Yellow Green. HEX triplet: 94, B9 and 3A. RGB value is (148,185,58). Sum of RGB (Red+Green+Blue) = 148+185+58=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 185 (72.66% from 255 or 47.31% from 391); Blue value is 58 (23.05% from 255 or 14.83% from 391); Max value from RGB is 185 - color contains mainly: green. Hex color #94B93A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B93A is #6B46C5. Grayscale: #9F9F9F. Windows color (decimal): -7030470 or 3848596. OLE color: 3848596.

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

Color convert

RGB 148 185 58 -
CMYK 0.20 0 0.69 0.27
HSL 77.48º 0.52% 0.48% -
HSV(B) 77.48º 0.69% 0.73% -
XYZ 30.33 41.3 10.38 -
YUV 159.46 70.74 119.83 -
System Red Green Blue C M Y K H S L
Decimal 148 185 58 0.20 0 0.69 0.27 77.48 0.52 0.48
Hex 94 B9 3A 14 0 45 1B 4D 34 30
Octal 224 271 72 24 0 105 33 115 64 60
Binary 10010100 10111001 111010 10100 0 1000101 11011 1001101 110100 110000

Color Harmonies of #94B93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B93A

Black with #94B93A

Text Example


Text Example

White with #94B93A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,185,58); }

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

background-color css

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

 a { background-color: rgb(148,185,58); }

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

border-color css

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

 span { border-color: rgb(148,185,58); }

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