Html Css Color HEX #83AA02 Citrus

📋 copy color: '#83AA02'

red 131 ◦ green 170 ◦ blue 2

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

Shades of Citrus #83AA02

Tints of Citrus #83AA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 43.23%
G = 56.11%
B = 0.66%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#83AA02 (or 0x83AA02) is known color: Citrus. HEX triplet: 83, AA and 02. RGB value is (131,170,2). Sum of RGB (Red+Green+Blue) = 131+170+2=303 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.23% from 303); Green value is 170 (66.80% from 255 or 56.11% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 170 - color contains mainly: green. Hex color #83AA02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AA02 is #7C55FD. Grayscale: #8B8B8B. Windows color (decimal): -8148478 or 174723. OLE color: 174723.

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

Color convert

RGB 131 170 2 -
CMYK 0.23 0 0.99 0.33
HSL 73.93º 0.98% 0.34% -
HSV(B) 73.93º 0.99% 0.67% -
XYZ 23.75 33.58 5.29 -
YUV 139.19 50.58 122.16 -
System Red Green Blue C M Y K H S L
Decimal 131 170 2 0.23 0 0.99 0.33 73.93 0.98 0.34
Hex 83 AA 2 17 0 63 21 4A 62 22
Octal 203 252 2 27 0 143 41 112 142 42
Binary 10000011 10101010 10 10111 0 1100011 100001 1001010 1100010 100010

Color Harmonies of #83AA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AA02

Black with #83AA02

Text Example


Text Example

White with #83AA02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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