Html Css Color HEX #93B804 Citrus

📋 copy color: '#93B804'

red 147 ◦ green 184 ◦ blue 4

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

Shades of Citrus #93B804

Tints of Citrus #93B804

RGB

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

 GREEN value IS 184 (72.27% from 255) = 54.93%

 BLUE value IS 4 (1.95% from 255) = 1.19%

R = 43.88%
G = 54.93%
B = 1.19%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#93B804 (or 0x93B804) is known color: Citrus. HEX triplet: 93, B8 and 04. RGB value is (147,184,4). Sum of RGB (Red+Green+Blue) = 147+184+4=335 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.88% from 335); Green value is 184 (72.27% from 255 or 54.93% from 335); Blue value is 4 (1.95% from 255 or 1.19% from 335); Max value from RGB is 184 - color contains mainly: green. Hex color #93B804 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93B804 is #6C47FB. Grayscale: #999999. Windows color (decimal): -7096316 or 309395. OLE color: 309395.

HSL color Cylindrical-coordinate representation of color #93B804: hue angle of 72.33º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #93B804 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB 147 184 4 -
CMYK 0.20 0 0.98 0.28
HSL 72.33º 0.96% 0.37% -
HSV(B) 72.33º 0.98% 0.72% -
XYZ 29.2 40.49 6.39 -
YUV 152.42 44.24 124.14 -
System Red Green Blue C M Y K H S L
Decimal 147 184 4 0.20 0 0.98 0.28 72.33 0.96 0.37
Hex 93 B8 4 14 0 62 1C 48 60 25
Octal 223 270 4 24 0 142 34 110 140 45
Binary 10010011 10111000 100 10100 0 1100010 11100 1001000 1100000 100101

Color Harmonies of #93B804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B804

Black with #93B804

Text Example


Text Example

White with #93B804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,184,4); }

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

background-color css

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

 a { background-color: rgb(147,184,4); }

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

border-color css

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

 span { border-color: rgb(147,184,4); }

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