Html Css Color HEX #93B40C Citrus

📋 copy color: '#93B40C'

red 147 ◦ green 180 ◦ blue 12

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

Shades of Citrus #93B40C

Tints of Citrus #93B40C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 53.1%

 BLUE value IS 12 (5.08% from 255) = 3.54%

R = 43.36%
G = 53.1%
B = 3.54%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#93B40C (or 0x93B40C) is known color: Citrus. HEX triplet: 93, B4 and 0C. RGB value is (147,180,12). Sum of RGB (Red+Green+Blue) = 147+180+12=339 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.36% from 339); Green value is 180 (70.70% from 255 or 53.10% from 339); Blue value is 12 (5.08% from 255 or 3.54% from 339); Max value from RGB is 180 - color contains mainly: green. Hex color #93B40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93B40C is #6C4BF3. Grayscale: #979797. Windows color (decimal): -7097332 or 832659. OLE color: 832659.

HSL color Cylindrical-coordinate representation of color #93B40C: hue angle of 71.79º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #93B40C is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 147 180 12 -
CMYK 0.18 0 0.93 0.29
HSL 71.79º 0.88% 0.38% -
HSV(B) 71.79º 0.93% 0.71% -
XYZ 28.42 38.87 6.35 -
YUV 150.98 49.57 125.16 -
System Red Green Blue C M Y K H S L
Decimal 147 180 12 0.18 0 0.93 0.29 71.79 0.88 0.38
Hex 93 B4 C 12 0 5D 1D 48 58 26
Octal 223 264 14 22 0 135 35 110 130 46
Binary 10010011 10110100 1100 10010 0 1011101 11101 1001000 1011000 100110

Color Harmonies of #93B40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B40C

Black with #93B40C

Text Example


Text Example

White with #93B40C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,180,12); }

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

background-color css

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

 a { background-color: rgb(147,180,12); }

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

border-color css

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

 span { border-color: rgb(147,180,12); }

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