Html Css Color HEX #938C12 Citron

📋 copy color: '#938C12'

red 147 ◦ green 140 ◦ blue 18

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

Shades of Citron #938C12

Tints of Citron #938C12

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.9%

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

R = 48.2%
G = 45.9%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#938C12 (or 0x938C12) is known color: Citron. HEX triplet: 93, 8C and 12. RGB value is (147,140,18). Sum of RGB (Red+Green+Blue) = 147+140+18=305 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.20% from 305); Green value is 140 (55.08% from 255 or 45.90% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 147 - color contains mainly: red. Hex color #938C12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938C12 is #6C73ED. Grayscale: #808080. Windows color (decimal): -7107566 or 1215635. OLE color: 1215635.

HSL color Cylindrical-coordinate representation of color #938C12: hue angle of 56.74º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #938C12 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 140 18 -
CMYK 0 0.05 0.88 0.42
HSL 56.74º 0.78% 0.32% -
HSV(B) 56.74º 0.88% 0.58% -
XYZ 21.52 25 4.26 -
YUV 128.19 65.82 141.42 -
System Red Green Blue C M Y K H S L
Decimal 147 140 18 0 0.05 0.88 0.42 56.74 0.78 0.32
Hex 93 8C 12 0 5 58 2A 39 4E 20
Octal 223 214 22 0 5 130 52 71 116 40
Binary 10010011 10001100 10010 0 101 1011000 101010 111001 1001110 100000

Color Harmonies of #938C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938C12

Black with #938C12

Text Example


Text Example

White with #938C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938C12; }

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

 H1.HeaderClassName
 {
   color: #938C12;
 }
 .AnyTagClassName
 {
   color: #938C12;
 }
</style>

background-color css

<style>
 a { background-color: #938C12; }

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

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

border-color css

<style>
 span { border-color: #938C12; }

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

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