Html Css Color HEX #94B934 Yellow Green

📋 copy color: '#94B934'

red 148 ◦ green 185 ◦ blue 52

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

Shades of Yellow Green #94B934

Tints of Yellow Green #94B934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.51%

R = 38.44%
G = 48.05%
B = 13.51%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#94B934 (or 0x94B934) is known color: Yellow Green. HEX triplet: 94, B9 and 34. RGB value is (148,185,52). Sum of RGB (Red+Green+Blue) = 148+185+52=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 52 (20.70% from 255 or 13.51% from 385); Max value from RGB is 185 - color contains mainly: green. Hex color #94B934 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B934 is #6B46CB. Grayscale: #9F9F9F. Windows color (decimal): -7030476 or 3455380. OLE color: 3455380.

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

Color convert

RGB 148 185 52 -
CMYK 0.20 0 0.72 0.27
HSL 76.69º 0.56% 0.46% -
HSV(B) 76.69º 0.72% 0.73% -
XYZ 30.18 41.24 9.62 -
YUV 158.78 67.74 120.31 -
System Red Green Blue C M Y K H S L
Decimal 148 185 52 0.20 0 0.72 0.27 76.69 0.56 0.46
Hex 94 B9 34 14 0 48 1B 4D 38 2E
Octal 224 271 64 24 0 110 33 115 70 56
Binary 10010100 10111001 110100 10100 0 1001000 11011 1001101 111000 101110

Color Harmonies of #94B934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B934

Black with #94B934

Text Example


Text Example

White with #94B934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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