Html Css Color HEX #849421 Citron

📋 copy color: '#849421'

red 132 ◦ green 148 ◦ blue 33

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

Shades of Citron #849421

Tints of Citron #849421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.54%

R = 42.17%
G = 47.28%
B = 10.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#849421 (or 0x849421) is known color: Citron. HEX triplet: 84, 94 and 21. RGB value is (132,148,33). Sum of RGB (Red+Green+Blue) = 132+148+33=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 148 - color contains mainly: green. Hex color #849421 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849421 is #7B6BDE. Grayscale: #828282. Windows color (decimal): -8088543 or 2200708. OLE color: 2200708.

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

Color convert

RGB 132 148 33 -
CMYK 0.11 0 0.78 0.42
HSL 68.35º 0.64% 0.35% -
HSV(B) 68.35º 0.78% 0.58% -
XYZ 20.38 26.2 5.42 -
YUV 130.11 73.2 129.35 -
System Red Green Blue C M Y K H S L
Decimal 132 148 33 0.11 0 0.78 0.42 68.35 0.64 0.35
Hex 84 94 21 B 0 4E 2A 44 40 23
Octal 204 224 41 13 0 116 52 104 100 43
Binary 10000100 10010100 100001 1011 0 1001110 101010 1000100 1000000 100011

Color Harmonies of #849421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849421

Black with #849421

Text Example


Text Example

White with #849421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849421; }

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

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

background-color css

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

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

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

border-color css

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

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

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