Html Css Color HEX #84920D Citron

📋 copy color: '#84920D'

red 132 ◦ green 146 ◦ blue 13

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

Shades of Citron #84920D

Tints of Citron #84920D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 50.17%

 BLUE value IS 13 (5.47% from 255) = 4.47%

R = 45.36%
G = 50.17%
B = 4.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#84920D (or 0x84920D) is known color: Citron. HEX triplet: 84, 92 and 0D. RGB value is (132,146,13). Sum of RGB (Red+Green+Blue) = 132+146+13=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 146 (57.42% from 255 or 50.17% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 146 - color contains mainly: green. Hex color #84920D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84920D is #7B6DF2. Grayscale: #7F7F7F. Windows color (decimal): -8089075 or 889476. OLE color: 889476.

HSL color Cylindrical-coordinate representation of color #84920D: hue angle of 66.32º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #84920D is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB 132 146 13 -
CMYK 0.10 0 0.91 0.43
HSL 66.32º 0.84% 0.31% -
HSV(B) 66.32º 0.91% 0.57% -
XYZ 19.87 25.49 4.25 -
YUV 126.65 63.86 131.81 -
System Red Green Blue C M Y K H S L
Decimal 132 146 13 0.10 0 0.91 0.43 66.32 0.84 0.31
Hex 84 92 D A 0 5B 2B 42 54 1F
Octal 204 222 15 12 0 133 53 102 124 37
Binary 10000100 10010010 1101 1010 0 1011011 101011 1000010 1010100 11111

Color Harmonies of #84920D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84920D

Black with #84920D

Text Example


Text Example

White with #84920D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,146,13); }

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

background-color css

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

 a { background-color: rgb(132,146,13); }

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

border-color css

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

 span { border-color: rgb(132,146,13); }

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