Html Css Color HEX #83C106 Citrus

📋 copy color: '#83C106'

red 131 ◦ green 193 ◦ blue 6

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

Shades of Citrus #83C106

Tints of Citrus #83C106

RGB

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

 GREEN value IS 193 (75.78% from 255) = 58.48%

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

R = 39.7%
G = 58.48%
B = 1.82%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#83C106 (or 0x83C106) is known color: Citrus. HEX triplet: 83, C1 and 06. RGB value is (131,193,6). Sum of RGB (Red+Green+Blue) = 131+193+6=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 193 (75.78% from 255 or 58.48% from 330); Blue value is 6 (2.73% from 255 or 1.82% from 330); Max value from RGB is 193 - color contains mainly: green. Hex color #83C106 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C106 is #7C3EF9. Grayscale: #999999. Windows color (decimal): -8142586 or 442755. OLE color: 442755.

HSL color Cylindrical-coordinate representation of color #83C106: hue angle of 79.89º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #83C106 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 131 193 6 -
CMYK 0.32 0 0.97 0.24
HSL 79.89º 0.94% 0.39% -
HSV(B) 79.89º 0.97% 0.76% -
XYZ 28.46 42.98 6.97 -
YUV 153.14 44.96 112.21 -
System Red Green Blue C M Y K H S L
Decimal 131 193 6 0.32 0 0.97 0.24 79.89 0.94 0.39
Hex 83 C1 6 20 0 61 18 50 5E 27
Octal 203 301 6 40 0 141 30 120 136 47
Binary 10000011 11000001 110 100000 0 1100001 11000 1010000 1011110 100111

Color Harmonies of #83C106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C106

Black with #83C106

Text Example


Text Example

White with #83C106

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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