Html Css Color HEX #94C41B Bahia

📋 copy color: '#94C41B'

red 148 ◦ green 196 ◦ blue 27

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

Shades of Bahia #94C41B

Tints of Bahia #94C41B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 52.83%

 BLUE value IS 27 (10.94% from 255) = 7.28%

R = 39.89%
G = 52.83%
B = 7.28%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#94C41B (or 0x94C41B) is known color: Bahia. HEX triplet: 94, C4 and 1B. RGB value is (148,196,27). Sum of RGB (Red+Green+Blue) = 148+196+27=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 196 (76.95% from 255 or 52.83% from 371); Blue value is 27 (10.94% from 255 or 7.28% from 371); Max value from RGB is 196 - color contains mainly: green. Hex color #94C41B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C41B is #6B3BE4. Grayscale: #A3A3A3. Windows color (decimal): -7027685 or 1819796. OLE color: 1819796.

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

Color convert

RGB 148 196 27 -
CMYK 0.24 0 0.86 0.23
HSL 77.04º 0.76% 0.44% -
HSV(B) 77.04º 0.86% 0.77% -
XYZ 32.15 45.85 8.19 -
YUV 162.38 51.6 117.74 -
System Red Green Blue C M Y K H S L
Decimal 148 196 27 0.24 0 0.86 0.23 77.04 0.76 0.44
Hex 94 C4 1B 18 0 56 17 4D 4C 2C
Octal 224 304 33 30 0 126 27 115 114 54
Binary 10010100 11000100 11011 11000 0 1010110 10111 1001101 1001100 101100

Color Harmonies of #94C41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C41B

Black with #94C41B

Text Example


Text Example

White with #94C41B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,196,27); }

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

background-color css

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

 a { background-color: rgb(148,196,27); }

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

border-color css

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

 span { border-color: rgb(148,196,27); }

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