Html Css Color HEX #94C01F Bahia

📋 copy color: '#94C01F'

red 148 ◦ green 192 ◦ blue 31

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

Shades of Bahia #94C01F

Tints of Bahia #94C01F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.75%

 BLUE value IS 31 (12.5% from 255) = 8.36%

R = 39.89%
G = 51.75%
B = 8.36%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#94C01F (or 0x94C01F) is known color: Bahia. HEX triplet: 94, C0 and 1F. RGB value is (148,192,31). Sum of RGB (Red+Green+Blue) = 148+192+31=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 31 (12.5% from 255 or 8.36% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #94C01F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C01F is #6B3FE0. Grayscale: #A1A1A1. Windows color (decimal): -7028705 or 2080916. OLE color: 2080916.

HSL color Cylindrical-coordinate representation of color #94C01F: hue angle of 76.4º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #94C01F is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 192 31 -
CMYK 0.23 0 0.84 0.25
HSL 76.4º 0.72% 0.44% -
HSV(B) 76.4º 0.84% 0.75% -
XYZ 31.31 44.09 8.16 -
YUV 160.49 54.92 119.09 -
System Red Green Blue C M Y K H S L
Decimal 148 192 31 0.23 0 0.84 0.25 76.4 0.72 0.44
Hex 94 C0 1F 17 0 54 19 4C 48 2C
Octal 224 300 37 27 0 124 31 114 110 54
Binary 10010100 11000000 11111 10111 0 1010100 11001 1001100 1001000 101100

Color Harmonies of #94C01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C01F

Black with #94C01F

Text Example


Text Example

White with #94C01F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,192,31); }

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

background-color css

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

 a { background-color: rgb(148,192,31); }

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

border-color css

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

 span { border-color: rgb(148,192,31); }

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