Html Css Color HEX #93BC01 Citrus

📋 copy color: '#93BC01'

red 147 ◦ green 188 ◦ blue 1

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

Shades of Citrus #93BC01

Tints of Citrus #93BC01

RGB

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

 GREEN value IS 188 (73.83% from 255) = 55.95%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 43.75%
G = 55.95%
B = 0.3%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#93BC01 (or 0x93BC01) is known color: Citrus. HEX triplet: 93, BC and 01. RGB value is (147,188,1). Sum of RGB (Red+Green+Blue) = 147+188+1=336 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.75% from 336); Green value is 188 (73.83% from 255 or 55.95% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 188 - color contains mainly: green. Hex color #93BC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93BC01 is #6C43FE. Grayscale: #9B9B9B. Windows color (decimal): -7095295 or 113811. OLE color: 113811.

HSL color Cylindrical-coordinate representation of color #93BC01: hue angle of 73.16º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93BC01 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 147 188 1 -
CMYK 0.22 0 0.99 0.26
HSL 73.16º 0.99% 0.37% -
HSV(B) 73.16º 0.99% 0.74% -
XYZ 30.02 42.17 6.59 -
YUV 154.42 41.42 122.71 -
System Red Green Blue C M Y K H S L
Decimal 147 188 1 0.22 0 0.99 0.26 73.16 0.99 0.37
Hex 93 BC 1 16 0 63 1A 49 63 25
Octal 223 274 1 26 0 143 32 111 143 45
Binary 10010011 10111100 1 10110 0 1100011 11010 1001001 1100011 100101

Color Harmonies of #93BC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BC01

Black with #93BC01

Text Example


Text Example

White with #93BC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,188,1); }

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

background-color css

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

 a { background-color: rgb(147,188,1); }

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

border-color css

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

 span { border-color: rgb(147,188,1); }

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