Html Css Color HEX #84941C Citron

📋 copy color: '#84941C'

red 132 ◦ green 148 ◦ blue 28

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

Shades of Citron #84941C

Tints of Citron #84941C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.09%

R = 42.86%
G = 48.05%
B = 9.09%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#84941C (or 0x84941C) is known color: Citron. HEX triplet: 84, 94 and 1C. RGB value is (132,148,28). Sum of RGB (Red+Green+Blue) = 132+148+28=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 148 - color contains mainly: green. Hex color #84941C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84941C is #7B6BE3. Grayscale: #828282. Windows color (decimal): -8088548 or 1873028. OLE color: 1873028.

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

Color convert

RGB 132 148 28 -
CMYK 0.11 0 0.81 0.42
HSL 68º 0.68% 0.35% -
HSV(B) 68º 0.81% 0.58% -
XYZ 20.32 26.17 5.08 -
YUV 129.54 70.7 129.76 -
System Red Green Blue C M Y K H S L
Decimal 132 148 28 0.11 0 0.81 0.42 68 0.68 0.35
Hex 84 94 1C B 0 51 2A 44 44 23
Octal 204 224 34 13 0 121 52 104 104 43
Binary 10000100 10010100 11100 1011 0 1010001 101010 1000100 1000100 100011

Color Harmonies of #84941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84941C

Black with #84941C

Text Example


Text Example

White with #84941C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84941C; }

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

 H1.HeaderClassName
 {
   color: #84941C;
 }
 .AnyTagClassName
 {
   color: #84941C;
 }
</style>

background-color css

<style>
 a { background-color: #84941C; }

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

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

border-color css

<style>
 span { border-color: #84941C; }

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

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