Html Css Color HEX #93BA03 Citrus

📋 copy color: '#93BA03'

red 147 ◦ green 186 ◦ blue 3

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

Shades of Citrus #93BA03

Tints of Citrus #93BA03

RGB

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

 GREEN value IS 186 (73.05% from 255) = 55.36%

 BLUE value IS 3 (1.56% from 255) = 0.89%

R = 43.75%
G = 55.36%
B = 0.89%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#93BA03 (or 0x93BA03) is known color: Citrus. HEX triplet: 93, BA and 03. RGB value is (147,186,3). Sum of RGB (Red+Green+Blue) = 147+186+3=336 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.75% from 336); Green value is 186 (73.05% from 255 or 55.36% from 336); Blue value is 3 (1.56% from 255 or 0.89% from 336); Max value from RGB is 186 - color contains mainly: green. Hex color #93BA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93BA03 is #6C45FC. Grayscale: #9A9A9A. Windows color (decimal): -7095805 or 244371. OLE color: 244371.

HSL color Cylindrical-coordinate representation of color #93BA03: hue angle of 72.79º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #93BA03 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 186 3 -
CMYK 0.21 0 0.98 0.27
HSL 72.79º 0.97% 0.37% -
HSV(B) 72.79º 0.98% 0.73% -
XYZ 29.61 41.33 6.5 -
YUV 153.48 43.08 123.38 -
System Red Green Blue C M Y K H S L
Decimal 147 186 3 0.21 0 0.98 0.27 72.79 0.97 0.37
Hex 93 BA 3 15 0 62 1B 49 61 25
Octal 223 272 3 25 0 142 33 111 141 45
Binary 10010011 10111010 11 10101 0 1100010 11011 1001001 1100001 100101

Color Harmonies of #93BA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BA03

Black with #93BA03

Text Example


Text Example

White with #93BA03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,186,3); }

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

background-color css

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

 a { background-color: rgb(147,186,3); }

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

border-color css

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

 span { border-color: rgb(147,186,3); }

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