Html Css Color HEX #94BC38 Yellow Green

📋 copy color: '#94BC38'

red 148 ◦ green 188 ◦ blue 56

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

Shades of Yellow Green #94BC38

Tints of Yellow Green #94BC38

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.96%

 BLUE value IS 56 (22.27% from 255) = 14.29%

R = 37.76%
G = 47.96%
B = 14.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#94BC38 (or 0x94BC38) is known color: Yellow Green. HEX triplet: 94, BC and 38. RGB value is (148,188,56). Sum of RGB (Red+Green+Blue) = 148+188+56=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 56 (22.27% from 255 or 14.29% from 392); Max value from RGB is 188 - color contains mainly: green. Hex color #94BC38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BC38 is #6B43C7. Grayscale: #A1A1A1. Windows color (decimal): -7029704 or 3718292. OLE color: 3718292.

HSL color Cylindrical-coordinate representation of color #94BC38: hue angle of 78.18º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #94BC38 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 188 56 -
CMYK 0.21 0 0.70 0.26
HSL 78.18º 0.54% 0.48% -
HSV(B) 78.18º 0.7% 0.74% -
XYZ 30.91 42.55 10.32 -
YUV 160.99 68.75 118.73 -
System Red Green Blue C M Y K H S L
Decimal 148 188 56 0.21 0 0.70 0.26 78.18 0.54 0.48
Hex 94 BC 38 15 0 46 1A 4E 36 30
Octal 224 274 70 25 0 106 32 116 66 60
Binary 10010100 10111100 111000 10101 0 1000110 11010 1001110 110110 110000

Color Harmonies of #94BC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BC38

Black with #94BC38

Text Example


Text Example

White with #94BC38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,188,56); }

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

background-color css

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

 a { background-color: rgb(148,188,56); }

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

border-color css

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

 span { border-color: rgb(148,188,56); }

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