#83AB01

Color #83AB01 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #83AB01

Tints of Citrus #83AB01

Color information

#83AB01 (or 0x83AB01) is unknown color: approx Citrus. HEX triplet: 83, AB and 01. RGB value is (131,171,1). Sum of RGB (Red+Green+Blue) = 131+171+1=303 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.23% from 303); Green value is 171 (67.19% from 255 or 56.44% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 171 - color contains mainly: green. Hex color #83AB01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AB01 is #7C54FE. Grayscale: #8C8C8C. Windows color (decimal): -8148223 or 109443. OLE color: 109443.

HSL color Cylindrical-coordinate representation of color #83AB01: hue angle of 74.12º degrees, saturation: 0.99, 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 #83AB01 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB1311711-
CMYK0.2300.990.33
HSL74.12º98.84%33.73%-
HSV(B)74.12º99.42%67.06%-
XYZ23.9333.955.32-
YUV139.6649.75121.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.23%
GREEN value IS 171 (67.19% from 255) = 56.44%
BLUE value IS 1 (0.78% from 255) = 0.33%
R=43.23%
G=56.44%
B=0.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13117110.2300.990.3374.1298.8433.73
Hex83AB117063214a6322
Octal20325312701434111214342
Binary10000011101010111101110110001110000110010101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AB01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #83AB01;
 }
 .AnyTagClassName
 {
   color: #83AB01;
 }
</style>
background-color css

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

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

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

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

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

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