Html Css Color HEX #84950C Citron

📋 copy color: '#84950C'

red 132 ◦ green 149 ◦ blue 12

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

Shades of Citron #84950C

Tints of Citron #84950C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 50.85%

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

R = 45.05%
G = 50.85%
B = 4.1%

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

#84950C (or 0x84950C) is known color: Citron. HEX triplet: 84, 95 and 0C. RGB value is (132,149,12). Sum of RGB (Red+Green+Blue) = 132+149+12=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 149 (58.59% from 255 or 50.85% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 149 - color contains mainly: green. Hex color #84950C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84950C is #7B6AF3. Grayscale: #808080. Windows color (decimal): -8088308 or 824708. OLE color: 824708.

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

Color convert

RGB 132 149 12 -
CMYK 0.11 0 0.92 0.42
HSL 67.45º 0.85% 0.32% -
HSV(B) 67.45º 0.92% 0.58% -
XYZ 20.33 26.43 4.38 -
YUV 128.3 62.37 130.64 -
System Red Green Blue C M Y K H S L
Decimal 132 149 12 0.11 0 0.92 0.42 67.45 0.85 0.32
Hex 84 95 C B 0 5C 2A 43 55 20
Octal 204 225 14 13 0 134 52 103 125 40
Binary 10000100 10010101 1100 1011 0 1011100 101010 1000011 1010101 100000

Color Harmonies of #84950C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84950C

Black with #84950C

Text Example


Text Example

White with #84950C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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