Html Css Color HEX #93AC0C Citrus

📋 copy color: '#93AC0C'

red 147 ◦ green 172 ◦ blue 12

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

Shades of Citrus #93AC0C

Tints of Citrus #93AC0C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.96%

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

R = 44.41%
G = 51.96%
B = 3.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#93AC0C (or 0x93AC0C) is known color: Citrus. HEX triplet: 93, AC and 0C. RGB value is (147,172,12). Sum of RGB (Red+Green+Blue) = 147+172+12=331 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.41% from 331); Green value is 172 (67.58% from 255 or 51.96% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 172 - color contains mainly: green. Hex color #93AC0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93AC0C is #6C53F3. Grayscale: #929292. Windows color (decimal): -7099380 or 830611. OLE color: 830611.

HSL color Cylindrical-coordinate representation of color #93AC0C: hue angle of 69.38º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #93AC0C is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 172 12 -
CMYK 0.15 0 0.93 0.33
HSL 69.38º 0.87% 0.36% -
HSV(B) 69.38º 0.93% 0.67% -
XYZ 26.85 35.73 5.83 -
YUV 146.29 52.22 128.51 -
System Red Green Blue C M Y K H S L
Decimal 147 172 12 0.15 0 0.93 0.33 69.38 0.87 0.36
Hex 93 AC C F 0 5D 21 45 57 24
Octal 223 254 14 17 0 135 41 105 127 44
Binary 10010011 10101100 1100 1111 0 1011101 100001 1000101 1010111 100100

Color Harmonies of #93AC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AC0C

Black with #93AC0C

Text Example


Text Example

White with #93AC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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