Html Css Color HEX #83A301 Citrus

📋 copy color: '#83A301'

red 131 ◦ green 163 ◦ blue 1

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

Shades of Citrus #83A301

Tints of Citrus #83A301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 44.41%
G = 55.25%
B = 0.34%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#83A301 (or 0x83A301) is known color: Citrus. HEX triplet: 83, A3 and 01. RGB value is (131,163,1). Sum of RGB (Red+Green+Blue) = 131+163+1=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 163 (64.06% from 255 or 55.25% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 163 - color contains mainly: green. Hex color #83A301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A301 is #7C5CFE. Grayscale: #878787. Windows color (decimal): -8150271 or 107395. OLE color: 107395.

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

Color convert

RGB 131 163 1 -
CMYK 0.20 0 0.99 0.36
HSL 71.85º 0.99% 0.32% -
HSV(B) 71.85º 0.99% 0.64% -
XYZ 22.46 31.02 4.83 -
YUV 134.96 52.4 125.17 -
System Red Green Blue C M Y K H S L
Decimal 131 163 1 0.20 0 0.99 0.36 71.85 0.99 0.32
Hex 83 A3 1 14 0 63 24 48 63 20
Octal 203 243 1 24 0 143 44 110 143 40
Binary 10000011 10100011 1 10100 0 1100011 100100 1001000 1100011 100000

Color Harmonies of #83A301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A301

Black with #83A301

Text Example


Text Example

White with #83A301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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