Html Css Color HEX #83B702 Citrus

📋 copy color: '#83B702'

red 131 ◦ green 183 ◦ blue 2

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

Shades of Citrus #83B702

Tints of Citrus #83B702

RGB

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

 GREEN value IS 183 (71.88% from 255) = 57.91%

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

R = 41.46%
G = 57.91%
B = 0.63%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#83B702 (or 0x83B702) is known color: Citrus. HEX triplet: 83, B7 and 02. RGB value is (131,183,2). Sum of RGB (Red+Green+Blue) = 131+183+2=316 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.46% from 316); Green value is 183 (71.88% from 255 or 57.91% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 183 - color contains mainly: green. Hex color #83B702 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B702 is #7C48FD. Grayscale: #939393. Windows color (decimal): -8145150 or 178051. OLE color: 178051.

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

Color convert

RGB 131 183 2 -
CMYK 0.28 0 0.99 0.28
HSL 77.24º 0.98% 0.36% -
HSV(B) 77.24º 0.99% 0.72% -
XYZ 26.3 38.7 6.14 -
YUV 146.82 46.27 116.72 -
System Red Green Blue C M Y K H S L
Decimal 131 183 2 0.28 0 0.99 0.28 77.24 0.98 0.36
Hex 83 B7 2 1C 0 63 1C 4D 62 24
Octal 203 267 2 34 0 143 34 115 142 44
Binary 10000011 10110111 10 11100 0 1100011 11100 1001101 1100010 100100

Color Harmonies of #83B702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B702

Black with #83B702

Text Example


Text Example

White with #83B702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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