Html Css Color HEX #84940C Citron

📋 copy color: '#84940C'

red 132 ◦ green 148 ◦ blue 12

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

Shades of Citron #84940C

Tints of Citron #84940C

RGB

 RED value IS 132 (51.95% from 255) = 45.21%

 GREEN value IS 148 (58.2% from 255) = 50.68%

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

R = 45.21%
G = 50.68%
B = 4.11%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#84940C (or 0x84940C) is known color: Citron. HEX triplet: 84, 94 and 0C. RGB value is (132,148,12). Sum of RGB (Red+Green+Blue) = 132+148+12=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 148 (58.20% from 255 or 50.68% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 148 - color contains mainly: green. Hex color #84940C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84940C is #7B6BF3. Grayscale: #808080. Windows color (decimal): -8088564 or 824452. OLE color: 824452.

HSL color Cylindrical-coordinate representation of color #84940C: hue angle of 67.06º 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 #84940C is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 148 12 -
CMYK 0.11 0 0.92 0.42
HSL 67.06º 0.85% 0.31% -
HSV(B) 67.06º 0.92% 0.58% -
XYZ 20.17 26.11 4.32 -
YUV 127.71 62.7 131.06 -
System Red Green Blue C M Y K H S L
Decimal 132 148 12 0.11 0 0.92 0.42 67.06 0.85 0.31
Hex 84 94 C B 0 5C 2A 43 55 1F
Octal 204 224 14 13 0 134 52 103 125 37
Binary 10000100 10010100 1100 1011 0 1011100 101010 1000011 1010101 11111

Color Harmonies of #84940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84940C

Black with #84940C

Text Example


Text Example

White with #84940C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84940C; }

 p { color: rgb(132,148,12); }

 H1.HeaderClassName
 {
   color: #84940C;
 }
 .AnyTagClassName
 {
   color: #84940C;
 }
</style>

background-color css

<style>
 a { background-color: #84940C; }

 a { background-color: rgb(132,148,12); }

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

border-color css

<style>
 span { border-color: #84940C; }

 span { border-color: rgb(132,148,12); }

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