Html Css Color HEX #83B601 Citrus

📋 copy color: '#83B601'

red 131 ◦ green 182 ◦ blue 1

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

Shades of Citrus #83B601

Tints of Citrus #83B601

RGB

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

 GREEN value IS 182 (71.48% from 255) = 57.96%

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

R = 41.72%
G = 57.96%
B = 0.32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#83B601 (or 0x83B601) is known color: Citrus. HEX triplet: 83, B6 and 01. RGB value is (131,182,1). Sum of RGB (Red+Green+Blue) = 131+182+1=314 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.72% from 314); Green value is 182 (71.48% from 255 or 57.96% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 182 - color contains mainly: green. Hex color #83B601 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B601 is #7C49FE. Grayscale: #929292. Windows color (decimal): -8145407 or 112259. OLE color: 112259.

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

Color convert

RGB 131 182 1 -
CMYK 0.28 0 0.99 0.29
HSL 76.91º 0.99% 0.36% -
HSV(B) 76.91º 0.99% 0.71% -
XYZ 26.09 38.28 6.04 -
YUV 146.12 46.1 117.22 -
System Red Green Blue C M Y K H S L
Decimal 131 182 1 0.28 0 0.99 0.29 76.91 0.99 0.36
Hex 83 B6 1 1C 0 63 1D 4D 63 24
Octal 203 266 1 34 0 143 35 115 143 44
Binary 10000011 10110110 1 11100 0 1100011 11101 1001101 1100011 100100

Color Harmonies of #83B601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B601

Black with #83B601

Text Example


Text Example

White with #83B601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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