Html Css Color HEX #93C319 Bahia

📋 copy color: '#93C319'

red 147 ◦ green 195 ◦ blue 25

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

Shades of Bahia #93C319

Tints of Bahia #93C319

RGB

 RED value IS 147 (57.81% from 255) = 40.05%

 GREEN value IS 195 (76.56% from 255) = 53.13%

 BLUE value IS 25 (10.16% from 255) = 6.81%

R = 40.05%
G = 53.13%
B = 6.81%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#93C319 (or 0x93C319) is known color: Bahia. HEX triplet: 93, C3 and 19. RGB value is (147,195,25). Sum of RGB (Red+Green+Blue) = 147+195+25=367 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.05% from 367); Green value is 195 (76.56% from 255 or 53.13% from 367); Blue value is 25 (10.16% from 255 or 6.81% from 367); Max value from RGB is 195 - color contains mainly: green. Hex color #93C319 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93C319 is #6C3CE6. Grayscale: #A1A1A1. Windows color (decimal): -7093479 or 1688467. OLE color: 1688467.

HSL color Cylindrical-coordinate representation of color #93C319: hue angle of 76.94º degrees, saturation: 0.77, 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 #93C319 is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 147 195 25 -
CMYK 0.25 0 0.87 0.24
HSL 76.94º 0.77% 0.43% -
HSV(B) 76.94º 0.87% 0.76% -
XYZ 31.72 45.3 7.99 -
YUV 161.27 51.1 117.82 -
System Red Green Blue C M Y K H S L
Decimal 147 195 25 0.25 0 0.87 0.24 76.94 0.77 0.43
Hex 93 C3 19 19 0 57 18 4D 4D 2B
Octal 223 303 31 31 0 127 30 115 115 53
Binary 10010011 11000011 11001 11001 0 1010111 11000 1001101 1001101 101011

Color Harmonies of #93C319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C319

Black with #93C319

Text Example


Text Example

White with #93C319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93C319; }

 p { color: rgb(147,195,25); }

 H1.HeaderClassName
 {
   color: #93C319;
 }
 .AnyTagClassName
 {
   color: #93C319;
 }
</style>

background-color css

<style>
 a { background-color: #93C319; }

 a { background-color: rgb(147,195,25); }

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

border-color css

<style>
 span { border-color: #93C319; }

 span { border-color: rgb(147,195,25); }

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