Html Css Color HEX #84981D Citron

📋 copy color: '#84981D'

red 132 ◦ green 152 ◦ blue 29

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

Shades of Citron #84981D

Tints of Citron #84981D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.27%

R = 42.17%
G = 48.56%
B = 9.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#84981D (or 0x84981D) is known color: Citron. HEX triplet: 84, 98 and 1D. RGB value is (132,152,29). Sum of RGB (Red+Green+Blue) = 132+152+29=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 152 (59.77% from 255 or 48.56% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 152 - color contains mainly: green. Hex color #84981D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84981D is #7B67E2. Grayscale: #848484. Windows color (decimal): -8087523 or 1939588. OLE color: 1939588.

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

Color convert

RGB 132 152 29 -
CMYK 0.13 0 0.81 0.40
HSL 69.76º 0.68% 0.35% -
HSV(B) 69.76º 0.81% 0.6% -
XYZ 20.97 27.45 5.36 -
YUV 132 69.87 128 -
System Red Green Blue C M Y K H S L
Decimal 132 152 29 0.13 0 0.81 0.40 69.76 0.68 0.35
Hex 84 98 1D D 0 51 28 46 44 23
Octal 204 230 35 15 0 121 50 106 104 43
Binary 10000100 10011000 11101 1101 0 1010001 101000 1000110 1000100 100011

Color Harmonies of #84981D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84981D

Black with #84981D

Text Example


Text Example

White with #84981D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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