Html Css Color HEX #84981C Citron

📋 copy color: '#84981C'

red 132 ◦ green 152 ◦ blue 28

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

Shades of Citron #84981C

Tints of Citron #84981C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.97%

R = 42.31%
G = 48.72%
B = 8.97%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#84981C (or 0x84981C) is known color: Citron. HEX triplet: 84, 98 and 1C. RGB value is (132,152,28). Sum of RGB (Red+Green+Blue) = 132+152+28=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 152 (59.77% from 255 or 48.72% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 152 - color contains mainly: green. Hex color #84981C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84981C is #7B67E3. Grayscale: #848484. Windows color (decimal): -8087524 or 1874052. OLE color: 1874052.

HSL color Cylindrical-coordinate representation of color #84981C: hue angle of 69.68º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #84981C is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 132 152 28 -
CMYK 0.13 0 0.82 0.40
HSL 69.68º 0.69% 0.35% -
HSV(B) 69.68º 0.82% 0.6% -
XYZ 20.95 27.45 5.29 -
YUV 131.88 69.37 128.08 -
System Red Green Blue C M Y K H S L
Decimal 132 152 28 0.13 0 0.82 0.40 69.68 0.69 0.35
Hex 84 98 1C D 0 52 28 46 45 23
Octal 204 230 34 15 0 122 50 106 105 43
Binary 10000100 10011000 11100 1101 0 1010010 101000 1000110 1000101 100011

Color Harmonies of #84981C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84981C

Black with #84981C

Text Example


Text Example

White with #84981C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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