Html Css Color HEX #94BC3A Yellow Green

📋 copy color: '#94BC3A'

red 148 ◦ green 188 ◦ blue 58

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

Shades of Yellow Green #94BC3A

Tints of Yellow Green #94BC3A

RGB

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

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

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

R = 37.56%
G = 47.72%
B = 14.72%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#94BC3A (or 0x94BC3A) is known color: Yellow Green. HEX triplet: 94, BC and 3A. RGB value is (148,188,58). Sum of RGB (Red+Green+Blue) = 148+188+58=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 188 (73.83% from 255 or 47.72% from 394); Blue value is 58 (23.05% from 255 or 14.72% from 394); Max value from RGB is 188 - color contains mainly: green. Hex color #94BC3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BC3A is #6B43C5. Grayscale: #A1A1A1. Windows color (decimal): -7029702 or 3849364. OLE color: 3849364.

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

Color convert

RGB 148 188 58 -
CMYK 0.21 0 0.69 0.26
HSL 78.46º 0.53% 0.48% -
HSV(B) 78.46º 0.69% 0.74% -
XYZ 30.96 42.57 10.59 -
YUV 161.22 69.75 118.57 -
System Red Green Blue C M Y K H S L
Decimal 148 188 58 0.21 0 0.69 0.26 78.46 0.53 0.48
Hex 94 BC 3A 15 0 45 1A 4E 35 30
Octal 224 274 72 25 0 105 32 116 65 60
Binary 10010100 10111100 111010 10101 0 1000101 11010 1001110 110101 110000

Color Harmonies of #94BC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BC3A

Black with #94BC3A

Text Example


Text Example

White with #94BC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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