Html Css Color HEX #93B412 Citrus

📋 copy color: '#93B412'

red 147 ◦ green 180 ◦ blue 18

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

Shades of Citrus #93B412

Tints of Citrus #93B412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.22%

R = 42.61%
G = 52.17%
B = 5.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#93B412 (or 0x93B412) is known color: Citrus. HEX triplet: 93, B4 and 12. RGB value is (147,180,18). Sum of RGB (Red+Green+Blue) = 147+180+18=345 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.61% from 345); Green value is 180 (70.70% from 255 or 52.17% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 180 - color contains mainly: green. Hex color #93B412 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93B412 is #6C4BED. Grayscale: #989898. Windows color (decimal): -7097326 or 1225875. OLE color: 1225875.

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

Color convert

RGB 147 180 18 -
CMYK 0.18 0 0.9 0.29
HSL 72.22º 0.82% 0.39% -
HSV(B) 72.22º 0.9% 0.71% -
XYZ 28.46 38.89 6.58 -
YUV 151.67 52.57 124.67 -
System Red Green Blue C M Y K H S L
Decimal 147 180 18 0.18 0 0.9 0.29 72.22 0.82 0.39
Hex 93 B4 12 12 0 5A 1D 48 52 27
Octal 223 264 22 22 0 132 35 110 122 47
Binary 10010011 10110100 10010 10010 0 1011010 11101 1001000 1010010 100111

Color Harmonies of #93B412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B412

Black with #93B412

Text Example


Text Example

White with #93B412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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