Html Css Color HEX #94C61A Bahia

📋 copy color: '#94C61A'

red 148 ◦ green 198 ◦ blue 26

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

Shades of Bahia #94C61A

Tints of Bahia #94C61A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 53.23%

 BLUE value IS 26 (10.55% from 255) = 6.99%

R = 39.78%
G = 53.23%
B = 6.99%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#94C61A (or 0x94C61A) is known color: Bahia. HEX triplet: 94, C6 and 1A. RGB value is (148,198,26). Sum of RGB (Red+Green+Blue) = 148+198+26=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 198 (77.73% from 255 or 53.23% from 372); Blue value is 26 (10.55% from 255 or 6.99% from 372); Max value from RGB is 198 - color contains mainly: green. Hex color #94C61A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C61A is #6B39E5. Grayscale: #A4A4A4. Windows color (decimal): -7027174 or 1754772. OLE color: 1754772.

HSL color Cylindrical-coordinate representation of color #94C61A: hue angle of 77.44º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #94C61A is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 148 198 26 -
CMYK 0.25 0 0.87 0.22
HSL 77.44º 0.77% 0.44% -
HSV(B) 77.44º 0.87% 0.78% -
XYZ 32.59 46.76 8.28 -
YUV 163.44 50.44 116.99 -
System Red Green Blue C M Y K H S L
Decimal 148 198 26 0.25 0 0.87 0.22 77.44 0.77 0.44
Hex 94 C6 1A 19 0 57 16 4D 4D 2C
Octal 224 306 32 31 0 127 26 115 115 54
Binary 10010100 11000110 11010 11001 0 1010111 10110 1001101 1001101 101100

Color Harmonies of #94C61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C61A

Black with #94C61A

Text Example


Text Example

White with #94C61A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,198,26); }

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

background-color css

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

 a { background-color: rgb(148,198,26); }

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

border-color css

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

 span { border-color: rgb(148,198,26); }

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