Html Css Color HEX #94B93D Yellow Green

📋 copy color: '#94B93D'

red 148 ◦ green 185 ◦ blue 61

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

Shades of Yellow Green #94B93D

Tints of Yellow Green #94B93D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.48%

R = 37.56%
G = 46.95%
B = 15.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#94B93D (or 0x94B93D) is known color: Yellow Green. HEX triplet: 94, B9 and 3D. RGB value is (148,185,61). Sum of RGB (Red+Green+Blue) = 148+185+61=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 185 (72.66% from 255 or 46.95% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 185 - color contains mainly: green. Hex color #94B93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B93D is #6B46C2. Grayscale: #A0A0A0. Windows color (decimal): -7030467 or 4045204. OLE color: 4045204.

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

Color convert

RGB 148 185 61 -
CMYK 0.20 0 0.67 0.27
HSL 77.9º 0.5% 0.48% -
HSV(B) 77.9º 0.67% 0.73% -
XYZ 30.4 41.33 10.79 -
YUV 159.8 72.24 119.58 -
System Red Green Blue C M Y K H S L
Decimal 148 185 61 0.20 0 0.67 0.27 77.9 0.5 0.48
Hex 94 B9 3D 14 0 43 1B 4E 32 30
Octal 224 271 75 24 0 103 33 116 62 60
Binary 10010100 10111001 111101 10100 0 1000011 11011 1001110 110010 110000

Color Harmonies of #94B93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B93D

Black with #94B93D

Text Example


Text Example

White with #94B93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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