Html Css Color HEX #84980A Citron

📋 copy color: '#84980A'

red 132 ◦ green 152 ◦ blue 10

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

Shades of Citron #84980A

Tints of Citron #84980A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 51.7%

 BLUE value IS 10 (4.3% from 255) = 3.4%

R = 44.9%
G = 51.7%
B = 3.4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#84980A (or 0x84980A) is known color: Citron. HEX triplet: 84, 98 and 0A. RGB value is (132,152,10). Sum of RGB (Red+Green+Blue) = 132+152+10=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 152 (59.77% from 255 or 51.70% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 152 - color contains mainly: green. Hex color #84980A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84980A is #7B67F5. Grayscale: #828282. Windows color (decimal): -8087542 or 694404. OLE color: 694404.

HSL color Cylindrical-coordinate representation of color #84980A: hue angle of 68.45º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #84980A is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 132 152 10 -
CMYK 0.13 0 0.93 0.40
HSL 68.45º 0.88% 0.32% -
HSV(B) 68.45º 0.93% 0.6% -
XYZ 20.8 27.38 4.48 -
YUV 129.83 60.37 129.55 -
System Red Green Blue C M Y K H S L
Decimal 132 152 10 0.13 0 0.93 0.40 68.45 0.88 0.32
Hex 84 98 A D 0 5D 28 44 58 20
Octal 204 230 12 15 0 135 50 104 130 40
Binary 10000100 10011000 1010 1101 0 1011101 101000 1000100 1011000 100000

Color Harmonies of #84980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84980A

Black with #84980A

Text Example


Text Example

White with #84980A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84980A; }

 p { color: rgb(132,152,10); }

 H1.HeaderClassName
 {
   color: #84980A;
 }
 .AnyTagClassName
 {
   color: #84980A;
 }
</style>

background-color css

<style>
 a { background-color: #84980A; }

 a { background-color: rgb(132,152,10); }

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

border-color css

<style>
 span { border-color: #84980A; }

 span { border-color: rgb(132,152,10); }

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