Html Css Color HEX #84951F Citron

📋 copy color: '#84951F'

red 132 ◦ green 149 ◦ blue 31

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

Shades of Citron #84951F

Tints of Citron #84951F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.76%

 BLUE value IS 31 (12.5% from 255) = 9.94%

R = 42.31%
G = 47.76%
B = 9.94%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#84951F (or 0x84951F) is known color: Citron. HEX triplet: 84, 95 and 1F. RGB value is (132,149,31). Sum of RGB (Red+Green+Blue) = 132+149+31=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 149 (58.59% from 255 or 47.76% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 149 - color contains mainly: green. Hex color #84951F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84951F is #7B6AE0. Grayscale: #828282. Windows color (decimal): -8088289 or 2069892. OLE color: 2069892.

HSL color Cylindrical-coordinate representation of color #84951F: hue angle of 68.64º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #84951F is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 149 31 -
CMYK 0.11 0 0.79 0.42
HSL 68.64º 0.66% 0.35% -
HSV(B) 68.64º 0.79% 0.58% -
XYZ 20.51 26.5 5.33 -
YUV 130.47 71.87 129.09 -
System Red Green Blue C M Y K H S L
Decimal 132 149 31 0.11 0 0.79 0.42 68.64 0.66 0.35
Hex 84 95 1F B 0 4F 2A 45 42 23
Octal 204 225 37 13 0 117 52 105 102 43
Binary 10000100 10010101 11111 1011 0 1001111 101010 1000101 1000010 100011

Color Harmonies of #84951F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84951F

Black with #84951F

Text Example


Text Example

White with #84951F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,149,31); }

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

background-color css

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

 a { background-color: rgb(132,149,31); }

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

border-color css

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

 span { border-color: rgb(132,149,31); }

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