Html Css Color HEX #84960E Citron

📋 copy color: '#84960E'

red 132 ◦ green 150 ◦ blue 14

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

Shades of Citron #84960E

Tints of Citron #84960E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.68%

 BLUE value IS 14 (5.86% from 255) = 4.73%

R = 44.59%
G = 50.68%
B = 4.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#84960E (or 0x84960E) is known color: Citron. HEX triplet: 84, 96 and 0E. RGB value is (132,150,14). Sum of RGB (Red+Green+Blue) = 132+150+14=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 150 (58.98% from 255 or 50.68% from 296); Blue value is 14 (5.86% from 255 or 4.73% from 296); Max value from RGB is 150 - color contains mainly: green. Hex color #84960E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84960E is #7B69F1. Grayscale: #818181. Windows color (decimal): -8088050 or 956036. OLE color: 956036.

HSL color Cylindrical-coordinate representation of color #84960E: hue angle of 67.94º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #84960E is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 132 150 14 -
CMYK 0.12 0 0.91 0.41
HSL 67.94º 0.83% 0.32% -
HSV(B) 67.94º 0.91% 0.59% -
XYZ 20.5 26.75 4.5 -
YUV 129.11 63.04 130.06 -
System Red Green Blue C M Y K H S L
Decimal 132 150 14 0.12 0 0.91 0.41 67.94 0.83 0.32
Hex 84 96 E C 0 5B 29 44 53 20
Octal 204 226 16 14 0 133 51 104 123 40
Binary 10000100 10010110 1110 1100 0 1011011 101001 1000100 1010011 100000

Color Harmonies of #84960E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84960E

Black with #84960E

Text Example


Text Example

White with #84960E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,150,14); }

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

background-color css

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

 a { background-color: rgb(132,150,14); }

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

border-color css

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

 span { border-color: rgb(132,150,14); }

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