Html Css Color HEX #93BB00 Citrus

📋 copy color: '#93BB00'

red 147 ◦ green 187 ◦ blue 0

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

Shades of Citrus #93BB00

Tints of Citrus #93BB00

RGB

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

 GREEN value IS 187 (73.44% from 255) = 55.99%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.01%
G = 55.99%
B = 0%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#93BB00 (or 0x93BB00) is known color: Citrus. HEX triplet: 93, BB and 00. RGB value is (147,187,0). Sum of RGB (Red+Green+Blue) = 147+187+0=334 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.01% from 334); Green value is 187 (73.44% from 255 or 55.99% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 187 - color contains mainly: green. Hex color #93BB00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93BB00 is #6C44FF. Grayscale: #9A9A9A. Windows color (decimal): -7095552 or 48019. OLE color: 48019.

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

Color convert

RGB 147 187 0 -
CMYK 0.21 0 1 0.27
HSL 72.83º 1% 0.37% -
HSV(B) 72.83º 1% 0.73% -
XYZ 29.8 41.74 6.49 -
YUV 153.72 41.25 123.21 -
System Red Green Blue C M Y K H S L
Decimal 147 187 0 0.21 0 1 0.27 72.83 1 0.37
Hex 93 BB 0 15 0 64 1B 49 64 25
Octal 223 273 0 25 0 144 33 111 144 45
Binary 10010011 10111011 0 10101 0 1100100 11011 1001001 1100100 100101

Color Harmonies of #93BB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BB00

Black with #93BB00

Text Example


Text Example

White with #93BB00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,187,0); }

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

background-color css

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

 a { background-color: rgb(147,187,0); }

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

border-color css

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

 span { border-color: rgb(147,187,0); }

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