Html Css Color HEX #84940F Citron

📋 copy color: '#84940F'

red 132 ◦ green 148 ◦ blue 15

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

Shades of Citron #84940F

Tints of Citron #84940F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.17%

 BLUE value IS 15 (6.25% from 255) = 5.08%

R = 44.75%
G = 50.17%
B = 5.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#84940F (or 0x84940F) is known color: Citron. HEX triplet: 84, 94 and 0F. RGB value is (132,148,15). Sum of RGB (Red+Green+Blue) = 132+148+15=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 148 (58.20% from 255 or 50.17% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 148 - color contains mainly: green. Hex color #84940F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84940F is #7B6BF0. Grayscale: #808080. Windows color (decimal): -8088561 or 1021060. OLE color: 1021060.

HSL color Cylindrical-coordinate representation of color #84940F: hue angle of 67.22º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84940F is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 148 15 -
CMYK 0.11 0 0.90 0.42
HSL 67.22º 0.82% 0.32% -
HSV(B) 67.22º 0.9% 0.58% -
XYZ 20.19 26.12 4.43 -
YUV 128.05 64.2 130.81 -
System Red Green Blue C M Y K H S L
Decimal 132 148 15 0.11 0 0.90 0.42 67.22 0.82 0.32
Hex 84 94 F B 0 5A 2A 43 52 20
Octal 204 224 17 13 0 132 52 103 122 40
Binary 10000100 10010100 1111 1011 0 1011010 101010 1000011 1010010 100000

Color Harmonies of #84940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84940F

Black with #84940F

Text Example


Text Example

White with #84940F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84940F; }

 p { color: rgb(132,148,15); }

 H1.HeaderClassName
 {
   color: #84940F;
 }
 .AnyTagClassName
 {
   color: #84940F;
 }
</style>

background-color css

<style>
 a { background-color: #84940F; }

 a { background-color: rgb(132,148,15); }

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

border-color css

<style>
 span { border-color: #84940F; }

 span { border-color: rgb(132,148,15); }

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