Html Css Color HEX #8A920C Citron

📋 copy color: '#8A920C'

red 138 ◦ green 146 ◦ blue 12

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

Shades of Citron #8A920C

Tints of Citron #8A920C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 49.32%

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

R = 46.62%
G = 49.32%
B = 4.05%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.43

RGB Variations

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

Color information

#8A920C (or 0x8A920C) is known color: Citron. HEX triplet: 8A, 92 and 0C. RGB value is (138,146,12). Sum of RGB (Red+Green+Blue) = 138+146+12=296 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.62% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 12 (5.08% from 255 or 4.05% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #8A920C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A920C is #756DF3. Grayscale: #808080. Windows color (decimal): -7695860 or 823946. OLE color: 823946.

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

Color convert

RGB 138 146 12 -
CMYK 0.05 0 0.92 0.43
HSL 63.58º 0.85% 0.31% -
HSV(B) 63.58º 0.92% 0.57% -
XYZ 20.83 25.99 4.27 -
YUV 128.33 62.35 134.9 -
System Red Green Blue C M Y K H S L
Decimal 138 146 12 0.05 0 0.92 0.43 63.58 0.85 0.31
Hex 8A 92 C 5 0 5C 2B 40 55 1F
Octal 212 222 14 5 0 134 53 100 125 37
Binary 10001010 10010010 1100 101 0 1011100 101011 1000000 1010101 11111

Color Harmonies of #8A920C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A920C

Black with #8A920C

Text Example


Text Example

White with #8A920C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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