Html Css Color HEX #93BC02 Citrus

📋 copy color: '#93BC02'

red 147 ◦ green 188 ◦ blue 2

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

Shades of Citrus #93BC02

Tints of Citrus #93BC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 43.62%
G = 55.79%
B = 0.59%

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

#93BC02 (or 0x93BC02) is known color: Citrus. HEX triplet: 93, BC and 02. RGB value is (147,188,2). Sum of RGB (Red+Green+Blue) = 147+188+2=337 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.62% from 337); Green value is 188 (73.83% from 255 or 55.79% from 337); Blue value is 2 (1.17% from 255 or 0.59% from 337); Max value from RGB is 188 - color contains mainly: green. Hex color #93BC02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93BC02 is #6C43FD. Grayscale: #9B9B9B. Windows color (decimal): -7095294 or 179347. OLE color: 179347.

HSL color Cylindrical-coordinate representation of color #93BC02: hue angle of 73.23º degrees, saturation: 0.98, 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 #93BC02 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 147 188 2 -
CMYK 0.22 0 0.99 0.26
HSL 73.23º 0.98% 0.37% -
HSV(B) 73.23º 0.99% 0.74% -
XYZ 30.03 42.17 6.62 -
YUV 154.54 41.92 122.62 -
System Red Green Blue C M Y K H S L
Decimal 147 188 2 0.22 0 0.99 0.26 73.23 0.98 0.37
Hex 93 BC 2 16 0 63 1A 49 62 25
Octal 223 274 2 26 0 143 32 111 142 45
Binary 10010011 10111100 10 10110 0 1100011 11010 1001001 1100010 100101

Color Harmonies of #93BC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BC02

Black with #93BC02

Text Example


Text Example

White with #93BC02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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