Html Css Color HEX #84921E Citron

📋 copy color: '#84921E'

red 132 ◦ green 146 ◦ blue 30

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

Shades of Citron #84921E

Tints of Citron #84921E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.74%

R = 42.86%
G = 47.4%
B = 9.74%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#84921E (or 0x84921E) is known color: Citron. HEX triplet: 84, 92 and 1E. RGB value is (132,146,30). Sum of RGB (Red+Green+Blue) = 132+146+30=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 30 (12.11% from 255 or 9.74% from 308); Max value from RGB is 146 - color contains mainly: green. Hex color #84921E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84921E is #7B6DE1. Grayscale: #818181. Windows color (decimal): -8089058 or 2003588. OLE color: 2003588.

HSL color Cylindrical-coordinate representation of color #84921E: hue angle of 67.24º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #84921E is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB 132 146 30 -
CMYK 0.10 0 0.79 0.43
HSL 67.24º 0.66% 0.35% -
HSV(B) 67.24º 0.79% 0.57% -
XYZ 20.03 25.56 5.11 -
YUV 128.59 72.36 130.43 -
System Red Green Blue C M Y K H S L
Decimal 132 146 30 0.10 0 0.79 0.43 67.24 0.66 0.35
Hex 84 92 1E A 0 4F 2B 43 42 23
Octal 204 222 36 12 0 117 53 103 102 43
Binary 10000100 10010010 11110 1010 0 1001111 101011 1000011 1000010 100011

Color Harmonies of #84921E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84921E

Black with #84921E

Text Example


Text Example

White with #84921E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84921E; }

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

 H1.HeaderClassName
 {
   color: #84921E;
 }
 .AnyTagClassName
 {
   color: #84921E;
 }
</style>

background-color css

<style>
 a { background-color: #84921E; }

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

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

border-color css

<style>
 span { border-color: #84921E; }

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

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