Html Css Color HEX #83B906 Citrus

📋 copy color: '#83B906'

red 131 ◦ green 185 ◦ blue 6

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

Shades of Citrus #83B906

Tints of Citrus #83B906

RGB

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

 GREEN value IS 185 (72.66% from 255) = 57.45%

 BLUE value IS 6 (2.73% from 255) = 1.86%

R = 40.68%
G = 57.45%
B = 1.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#83B906 (or 0x83B906) is known color: Citrus. HEX triplet: 83, B9 and 06. RGB value is (131,185,6). Sum of RGB (Red+Green+Blue) = 131+185+6=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 185 (72.66% from 255 or 57.45% from 322); Blue value is 6 (2.73% from 255 or 1.86% from 322); Max value from RGB is 185 - color contains mainly: green. Hex color #83B906 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B906 is #7C46F9. Grayscale: #959595. Windows color (decimal): -8144634 or 440707. OLE color: 440707.

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

Color convert

RGB 131 185 6 -
CMYK 0.29 0 0.97 0.27
HSL 78.1º 0.94% 0.37% -
HSV(B) 78.1º 0.97% 0.73% -
XYZ 26.74 39.54 6.39 -
YUV 148.45 47.61 115.55 -
System Red Green Blue C M Y K H S L
Decimal 131 185 6 0.29 0 0.97 0.27 78.1 0.94 0.37
Hex 83 B9 6 1D 0 61 1B 4E 5E 25
Octal 203 271 6 35 0 141 33 116 136 45
Binary 10000011 10111001 110 11101 0 1100001 11011 1001110 1011110 100101

Color Harmonies of #83B906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B906

Black with #83B906

Text Example


Text Example

White with #83B906

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,185,6); }

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

background-color css

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

 a { background-color: rgb(131,185,6); }

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

border-color css

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

 span { border-color: rgb(131,185,6); }

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