Html Css Color HEX #82BA03 Citrus

📋 copy color: '#82BA03'

red 130 ◦ green 186 ◦ blue 3

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

Shades of Citrus #82BA03

Tints of Citrus #82BA03

RGB

 RED value IS 130 (51.17% from 255) = 40.75%

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

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

R = 40.75%
G = 58.31%
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

#82BA03 (or 0x82BA03) is known color: Citrus. HEX triplet: 82, BA and 03. RGB value is (130,186,3). Sum of RGB (Red+Green+Blue) = 130+186+3=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 186 (73.05% from 255 or 58.31% from 319); Blue value is 3 (1.56% from 255 or 0.94% from 319); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82BA03 is #7D45FC. Grayscale: #959595. Windows color (decimal): -8209917 or 244354. OLE color: 244354.

HSL color Cylindrical-coordinate representation of color #82BA03: hue angle of 78.36º 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 #82BA03 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 186 3 -
CMYK 0.30 0 0.98 0.27
HSL 78.36º 0.97% 0.37% -
HSV(B) 78.36º 0.98% 0.73% -
XYZ 26.78 39.87 6.37 -
YUV 148.39 45.95 114.88 -
System Red Green Blue C M Y K H S L
Decimal 130 186 3 0.30 0 0.98 0.27 78.36 0.97 0.37
Hex 82 BA 3 1E 0 62 1B 4E 61 25
Octal 202 272 3 36 0 142 33 116 141 45
Binary 10000010 10111010 11 11110 0 1100010 11011 1001110 1100001 100101

Color Harmonies of #82BA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BA03

Black with #82BA03

Text Example


Text Example

White with #82BA03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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