#94C619

Color #94C619 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #94C619

Tints of Bahia #94C619

Color information

#94C619 (or 0x94C619) is unknown color: approx Bahia. HEX triplet: 94, C6 and 19. RGB value is (148,198,25). Sum of RGB (Red+Green+Blue) = 148+198+25=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 198 (77.73% from 255 or 53.37% from 371); Blue value is 25 (10.16% from 255 or 6.74% from 371); Max value from RGB is 198 - color contains mainly: green. Hex color #94C619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C619 is #6B39E6. Grayscale: #A3A3A3. Windows color (decimal): -7027175 or 1689236. OLE color: 1689236.

HSL color Cylindrical-coordinate representation of color #94C619: hue angle of 77.34º degrees, saturation: 0.78, 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 #94C619 is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB14819825-
CMYK0.2500.870.22
HSL77.34º77.58%43.73%-
HSV(B)77.34º87.37%77.65%-
XYZ32.5846.758.23-
YUV163.3349.94117.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.89%
GREEN value IS 198 (77.73% from 255) = 53.37%
BLUE value IS 25 (10.16% from 255) = 6.74%
R=39.89%
G=53.37%
B=6.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal148198250.2500.870.2277.3477.5843.73
Hex94C61919057164d4e2c
Octal224306313101272611511654
Binary10010100110001101100111001010101111011010011011001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #94C619;
 }
 .AnyTagClassName
 {
   color: #94C619;
 }
</style>
background-color css

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

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

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

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

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

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