Html Css Color HEX #83A600 Citrus

📋 copy color: '#83A600'

red 131 ◦ green 166 ◦ blue 0

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

Shades of Citrus #83A600

Tints of Citrus #83A600

RGB

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

 GREEN value IS 166 (65.23% from 255) = 55.89%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.11%
G = 55.89%
B = 0%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#83A600 (or 0x83A600) is known color: Citrus. HEX triplet: 83, A6 and 00. RGB value is (131,166,0). Sum of RGB (Red+Green+Blue) = 131+166+0=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 166 (65.23% from 255 or 55.89% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 166 - color contains mainly: green. Hex color #83A600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A600 is #7C59FF. Grayscale: #898989. Windows color (decimal): -8149504 or 42627. OLE color: 42627.

HSL color Cylindrical-coordinate representation of color #83A600: hue angle of 72.65º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #83A600 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB 131 166 0 -
CMYK 0.21 0 1 0.35
HSL 72.65º 1% 0.33% -
HSV(B) 72.65º 1% 0.65% -
XYZ 23 32.1 4.98 -
YUV 136.61 50.9 124 -
System Red Green Blue C M Y K H S L
Decimal 131 166 0 0.21 0 1 0.35 72.65 1 0.33
Hex 83 A6 0 15 0 64 23 49 64 21
Octal 203 246 0 25 0 144 43 111 144 41
Binary 10000011 10100110 0 10101 0 1100100 100011 1001001 1100100 100001

Color Harmonies of #83A600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A600

Black with #83A600

Text Example


Text Example

White with #83A600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,166,0); }

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

background-color css

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

 a { background-color: rgb(131,166,0); }

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

border-color css

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

 span { border-color: rgb(131,166,0); }

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