Html Css Color HEX #83A306 Citron

📋 copy color: '#83A306'

red 131 ◦ green 163 ◦ blue 6

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

Shades of Citron #83A306

Tints of Citron #83A306

RGB

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

 GREEN value IS 163 (64.06% from 255) = 54.33%

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

R = 43.67%
G = 54.33%
B = 2%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#83A306 (or 0x83A306) is known color: Citron. HEX triplet: 83, A3 and 06. RGB value is (131,163,6). Sum of RGB (Red+Green+Blue) = 131+163+6=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 163 (64.06% from 255 or 54.33% from 300); Blue value is 6 (2.73% from 255 or 2% from 300); Max value from RGB is 163 - color contains mainly: green. Hex color #83A306 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A306 is #7C5CF9. Grayscale: #888888. Windows color (decimal): -8150266 or 435075. OLE color: 435075.

HSL color Cylindrical-coordinate representation of color #83A306: hue angle of 72.23º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #83A306 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB 131 163 6 -
CMYK 0.20 0 0.96 0.36
HSL 72.23º 0.93% 0.33% -
HSV(B) 72.23º 0.96% 0.64% -
XYZ 22.49 31.03 4.98 -
YUV 135.53 54.9 124.77 -
System Red Green Blue C M Y K H S L
Decimal 131 163 6 0.20 0 0.96 0.36 72.23 0.93 0.33
Hex 83 A3 6 14 0 60 24 48 5D 21
Octal 203 243 6 24 0 140 44 110 135 41
Binary 10000011 10100011 110 10100 0 1100000 100100 1001000 1011101 100001

Color Harmonies of #83A306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A306

Black with #83A306

Text Example


Text Example

White with #83A306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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