Html Css Color HEX #83A304 Citron

📋 copy color: '#83A304'

red 131 ◦ green 163 ◦ blue 4

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

Shades of Citron #83A304

Tints of Citron #83A304

RGB

 RED value IS 131 (51.56% from 255) = 43.96%

 GREEN value IS 163 (64.06% from 255) = 54.7%

 BLUE value IS 4 (1.95% from 255) = 1.34%

R = 43.96%
G = 54.7%
B = 1.34%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#83A304 (or 0x83A304) is known color: Citron. HEX triplet: 83, A3 and 04. RGB value is (131,163,4). Sum of RGB (Red+Green+Blue) = 131+163+4=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 163 (64.06% from 255 or 54.70% from 298); Blue value is 4 (1.95% from 255 or 1.34% from 298); Max value from RGB is 163 - color contains mainly: green. Hex color #83A304 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A304 is #7C5CFB. Grayscale: #878787. Windows color (decimal): -8150268 or 304003. OLE color: 304003.

HSL color Cylindrical-coordinate representation of color #83A304: hue angle of 72.08º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #83A304 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB 131 163 4 -
CMYK 0.20 0 0.98 0.36
HSL 72.08º 0.95% 0.33% -
HSV(B) 72.08º 0.98% 0.64% -
XYZ 22.48 31.03 4.92 -
YUV 135.31 53.9 124.93 -
System Red Green Blue C M Y K H S L
Decimal 131 163 4 0.20 0 0.98 0.36 72.08 0.95 0.33
Hex 83 A3 4 14 0 62 24 48 5F 21
Octal 203 243 4 24 0 142 44 110 137 41
Binary 10000011 10100011 100 10100 0 1100010 100100 1001000 1011111 100001

Color Harmonies of #83A304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A304

Black with #83A304

Text Example


Text Example

White with #83A304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83A304; }

 p { color: rgb(131,163,4); }

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

background-color css

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

 a { background-color: rgb(131,163,4); }

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

border-color css

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

 span { border-color: rgb(131,163,4); }

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