Html Css Color HEX #93C01C Bahia

📋 copy color: '#93C01C'

red 147 ◦ green 192 ◦ blue 28

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

Shades of Bahia #93C01C

Tints of Bahia #93C01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.63%

R = 40.05%
G = 52.32%
B = 7.63%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#93C01C (or 0x93C01C) is known color: Bahia. HEX triplet: 93, C0 and 1C. RGB value is (147,192,28). Sum of RGB (Red+Green+Blue) = 147+192+28=367 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.05% from 367); Green value is 192 (75.39% from 255 or 52.32% from 367); Blue value is 28 (11.33% from 255 or 7.63% from 367); Max value from RGB is 192 - color contains mainly: green. Hex color #93C01C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93C01C is #6C3FE3. Grayscale: #A0A0A0. Windows color (decimal): -7094244 or 1884307. OLE color: 1884307.

HSL color Cylindrical-coordinate representation of color #93C01C: hue angle of 76.46º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #93C01C is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 147 192 28 -
CMYK 0.23 0 0.85 0.25
HSL 76.46º 0.75% 0.43% -
HSV(B) 76.46º 0.85% 0.75% -
XYZ 31.09 43.99 7.95 -
YUV 159.85 53.59 118.84 -
System Red Green Blue C M Y K H S L
Decimal 147 192 28 0.23 0 0.85 0.25 76.46 0.75 0.43
Hex 93 C0 1C 17 0 55 19 4C 4B 2B
Octal 223 300 34 27 0 125 31 114 113 53
Binary 10010011 11000000 11100 10111 0 1010101 11001 1001100 1001011 101011

Color Harmonies of #93C01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C01C

Black with #93C01C

Text Example


Text Example

White with #93C01C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,192,28); }

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

background-color css

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

 a { background-color: rgb(147,192,28); }

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

border-color css

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

 span { border-color: rgb(147,192,28); }

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