#93B00B

Color #93B00B Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #93B00B

Tints of Citrus #93B00B

Color information

#93B00B (or 0x93B00B) is unknown color: approx Citrus. HEX triplet: 93, B0 and 0B. RGB value is (147,176,11). Sum of RGB (Red+Green+Blue) = 147+176+11=334 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.01% from 334); Green value is 176 (69.14% from 255 or 52.69% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 176 - color contains mainly: green. Hex color #93B00B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93B00B is #6C4FF4. Grayscale: #959595. Windows color (decimal): -7098357 or 766099. OLE color: 766099.

HSL color Cylindrical-coordinate representation of color #93B00B: hue angle of 70.55º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #93B00B is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB14717611-
CMYK0.1600.940.31
HSL70.55º88.24%36.67%-
HSV(B)70.55º93.75%69.02%-
XYZ27.6237.286.06-
YUV148.5250.39126.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.01%
GREEN value IS 176 (69.14% from 255) = 52.69%
BLUE value IS 11 (4.69% from 255) = 3.29%
R=44.01%
G=52.69%
B=3.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal147176110.1600.940.3170.5588.2436.67
Hex93B0B1005E1F475825
Octal223260132001363710713045
Binary1001001110110000101110000010111101111110001111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B00B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,176,11); }

 H1.HeaderClassName
 {
   color: #93B00B;
 }
 .AnyTagClassName
 {
   color: #93B00B;
 }
</style>
background-color css

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

 a { background-color: rgb(147,176,11); }

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

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

 span { border-color: rgb(147,176,11); }

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