Html Css Color HEX #94B540 Yellow Green

📋 copy color: '#94B540'

red 148 ◦ green 181 ◦ blue 64

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

Shades of Yellow Green #94B540

Tints of Yellow Green #94B540

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.06%

 BLUE value IS 64 (25.39% from 255) = 16.28%

R = 37.66%
G = 46.06%
B = 16.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#94B540 (or 0x94B540) is known color: Yellow Green. HEX triplet: 94, B5 and 40. RGB value is (148,181,64). Sum of RGB (Red+Green+Blue) = 148+181+64=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 181 (71.09% from 255 or 46.06% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 181 - color contains mainly: green. Hex color #94B540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B540 is #6B4ABF. Grayscale: #9E9E9E. Windows color (decimal): -7031488 or 4240788. OLE color: 4240788.

HSL color Cylindrical-coordinate representation of color #94B540: hue angle of 76.92º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #94B540 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 181 64 -
CMYK 0.18 0 0.65 0.29
HSL 76.92º 0.48% 0.48% -
HSV(B) 76.92º 0.65% 0.71% -
XYZ 29.66 39.71 10.95 -
YUV 157.8 75.07 121.01 -
System Red Green Blue C M Y K H S L
Decimal 148 181 64 0.18 0 0.65 0.29 76.92 0.48 0.48
Hex 94 B5 40 12 0 41 1D 4D 30 30
Octal 224 265 100 22 0 101 35 115 60 60
Binary 10010100 10110101 1000000 10010 0 1000001 11101 1001101 110000 110000

Color Harmonies of #94B540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B540

Black with #94B540

Text Example


Text Example

White with #94B540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,181,64); }

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

background-color css

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

 a { background-color: rgb(148,181,64); }

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

border-color css

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

 span { border-color: rgb(148,181,64); }

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