Html Css Color HEX #83BA03 Citrus

📋 copy color: '#83BA03'

red 131 ◦ green 186 ◦ blue 3

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

Shades of Citrus #83BA03

Tints of Citrus #83BA03

RGB

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

 GREEN value IS 186 (73.05% from 255) = 58.13%

 BLUE value IS 3 (1.56% from 255) = 0.94%

R = 40.94%
G = 58.13%
B = 0.94%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#83BA03 (or 0x83BA03) is known color: Citrus. HEX triplet: 83, BA and 03. RGB value is (131,186,3). Sum of RGB (Red+Green+Blue) = 131+186+3=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 186 (73.05% from 255 or 58.12% from 320); Blue value is 3 (1.56% from 255 or 0.94% from 320); Max value from RGB is 186 - color contains mainly: green. Hex color #83BA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BA03 is #7C45FC. Grayscale: #959595. Windows color (decimal): -8144381 or 244355. OLE color: 244355.

HSL color Cylindrical-coordinate representation of color #83BA03: hue angle of 78.03º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #83BA03 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 186 3 -
CMYK 0.30 0 0.98 0.27
HSL 78.03º 0.97% 0.37% -
HSV(B) 78.03º 0.98% 0.73% -
XYZ 26.94 39.95 6.38 -
YUV 148.69 45.78 115.38 -
System Red Green Blue C M Y K H S L
Decimal 131 186 3 0.30 0 0.98 0.27 78.03 0.97 0.37
Hex 83 BA 3 1E 0 62 1B 4E 61 25
Octal 203 272 3 36 0 142 33 116 141 45
Binary 10000011 10111010 11 11110 0 1100010 11011 1001110 1100001 100101

Color Harmonies of #83BA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BA03

Black with #83BA03

Text Example


Text Example

White with #83BA03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,186,3); }

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

background-color css

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

 a { background-color: rgb(131,186,3); }

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

border-color css

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

 span { border-color: rgb(131,186,3); }

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