Html Css Color HEX #83AA00 Citrus

📋 copy color: '#83AA00'

red 131 ◦ green 170 ◦ blue 0

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

Shades of Citrus #83AA00

Tints of Citrus #83AA00

RGB

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

 GREEN value IS 170 (66.8% from 255) = 56.48%

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

R = 43.52%
G = 56.48%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#83AA00 (or 0x83AA00) is known color: Citrus. HEX triplet: 83, AA and 00. RGB value is (131,170,0). Sum of RGB (Red+Green+Blue) = 131+170+0=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 170 (66.80% from 255 or 56.48% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 170 - color contains mainly: green. Hex color #83AA00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AA00 is #7C55FF. Grayscale: #8B8B8B. Windows color (decimal): -8148480 or 43651. OLE color: 43651.

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

Color convert

RGB 131 170 0 -
CMYK 0.23 0 1 0.33
HSL 73.76º 1% 0.33% -
HSV(B) 73.76º 1% 0.67% -
XYZ 23.73 33.57 5.23 -
YUV 138.96 49.58 122.32 -
System Red Green Blue C M Y K H S L
Decimal 131 170 0 0.23 0 1 0.33 73.76 1 0.33
Hex 83 AA 0 17 0 64 21 4A 64 21
Octal 203 252 0 27 0 144 41 112 144 41
Binary 10000011 10101010 0 10111 0 1100100 100001 1001010 1100100 100001

Color Harmonies of #83AA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AA00

Black with #83AA00

Text Example


Text Example

White with #83AA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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