Html Css Color HEX #93B712 Citrus

📋 copy color: '#93B712'

red 147 ◦ green 183 ◦ blue 18

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

Shades of Citrus #93B712

Tints of Citrus #93B712

RGB

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

 GREEN value IS 183 (71.88% from 255) = 52.59%

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

R = 42.24%
G = 52.59%
B = 5.17%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#93B712 (or 0x93B712) is known color: Citrus. HEX triplet: 93, B7 and 12. RGB value is (147,183,18). Sum of RGB (Red+Green+Blue) = 147+183+18=348 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.24% from 348); Green value is 183 (71.88% from 255 or 52.59% from 348); Blue value is 18 (7.42% from 255 or 5.17% from 348); Max value from RGB is 183 - color contains mainly: green. Hex color #93B712 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93B712 is #6C48ED. Grayscale: #9A9A9A. Windows color (decimal): -7096558 or 1226643. OLE color: 1226643.

HSL color Cylindrical-coordinate representation of color #93B712: hue angle of 73.09º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93B712 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 147 183 18 -
CMYK 0.20 0 0.90 0.28
HSL 73.09º 0.82% 0.39% -
HSV(B) 73.09º 0.9% 0.72% -
XYZ 29.08 40.11 6.78 -
YUV 153.43 51.57 123.42 -
System Red Green Blue C M Y K H S L
Decimal 147 183 18 0.20 0 0.90 0.28 73.09 0.82 0.39
Hex 93 B7 12 14 0 5A 1C 49 52 27
Octal 223 267 22 24 0 132 34 111 122 47
Binary 10010011 10110111 10010 10100 0 1011010 11100 1001001 1010010 100111

Color Harmonies of #93B712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B712

Black with #93B712

Text Example


Text Example

White with #93B712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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