Html Css Color HEX #94C21A Bahia

📋 copy color: '#94C21A'

red 148 ◦ green 194 ◦ blue 26

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

Shades of Bahia #94C21A

Tints of Bahia #94C21A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 52.72%

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

R = 40.22%
G = 52.72%
B = 7.07%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#94C21A (or 0x94C21A) is known color: Bahia. HEX triplet: 94, C2 and 1A. RGB value is (148,194,26). Sum of RGB (Red+Green+Blue) = 148+194+26=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 194 (76.17% from 255 or 52.72% from 368); Blue value is 26 (10.55% from 255 or 7.07% from 368); Max value from RGB is 194 - color contains mainly: green. Hex color #94C21A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C21A is #6B3DE5. Grayscale: #A1A1A1. Windows color (decimal): -7028198 or 1753748. OLE color: 1753748.

HSL color Cylindrical-coordinate representation of color #94C21A: hue angle of 76.43º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #94C21A is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 194 26 -
CMYK 0.24 0 0.87 0.24
HSL 76.43º 0.76% 0.43% -
HSV(B) 76.43º 0.87% 0.76% -
XYZ 31.69 44.95 7.98 -
YUV 161.09 51.76 118.66 -
System Red Green Blue C M Y K H S L
Decimal 148 194 26 0.24 0 0.87 0.24 76.43 0.76 0.43
Hex 94 C2 1A 18 0 57 18 4C 4C 2B
Octal 224 302 32 30 0 127 30 114 114 53
Binary 10010100 11000010 11010 11000 0 1010111 11000 1001100 1001100 101011

Color Harmonies of #94C21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C21A

Black with #94C21A

Text Example


Text Example

White with #94C21A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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