Html Css Color HEX #8A930C Citron

📋 copy color: '#8A930C'

red 138 ◦ green 147 ◦ blue 12

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

Shades of Citron #8A930C

Tints of Citron #8A930C

RGB

 RED value IS 138 (54.3% from 255) = 46.46%

 GREEN value IS 147 (57.81% from 255) = 49.49%

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

R = 46.46%
G = 49.49%
B = 4.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#8A930C (or 0x8A930C) is known color: Citron. HEX triplet: 8A, 93 and 0C. RGB value is (138,147,12). Sum of RGB (Red+Green+Blue) = 138+147+12=297 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.46% from 297); Green value is 147 (57.81% from 255 or 49.49% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 147 - color contains mainly: green. Hex color #8A930C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A930C is #756CF3. Grayscale: #818181. Windows color (decimal): -7695604 or 824202. OLE color: 824202.

HSL color Cylindrical-coordinate representation of color #8A930C: hue angle of 64º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8A930C is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 138 147 12 -
CMYK 0.06 0 0.92 0.42
HSL 64º 0.85% 0.31% -
HSV(B) 64º 0.92% 0.58% -
XYZ 20.98 26.3 4.32 -
YUV 128.92 62.02 134.48 -
System Red Green Blue C M Y K H S L
Decimal 138 147 12 0.06 0 0.92 0.42 64 0.85 0.31
Hex 8A 93 C 6 0 5C 2A 40 55 1F
Octal 212 223 14 6 0 134 52 100 125 37
Binary 10001010 10010011 1100 110 0 1011100 101010 1000000 1010101 11111

Color Harmonies of #8A930C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A930C

Black with #8A930C

Text Example


Text Example

White with #8A930C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A930C; }

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

 H1.HeaderClassName
 {
   color: #8A930C;
 }
 .AnyTagClassName
 {
   color: #8A930C;
 }
</style>

background-color css

<style>
 a { background-color: #8A930C; }

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

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

border-color css

<style>
 span { border-color: #8A930C; }

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

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