Html Css Color HEX #83901A Citron

📋 copy color: '#83901A'

red 131 ◦ green 144 ◦ blue 26

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

Shades of Citron #83901A

Tints of Citron #83901A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.84%

 BLUE value IS 26 (10.55% from 255) = 8.64%

R = 43.52%
G = 47.84%
B = 8.64%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#83901A (or 0x83901A) is known color: Citron. HEX triplet: 83, 90 and 1A. RGB value is (131,144,26). Sum of RGB (Red+Green+Blue) = 131+144+26=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 144 (56.64% from 255 or 47.84% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 144 - color contains mainly: green. Hex color #83901A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83901A is #7C6FE5. Grayscale: #7F7F7F. Windows color (decimal): -8155110 or 1740931. OLE color: 1740931.

HSL color Cylindrical-coordinate representation of color #83901A: hue angle of 66.61º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #83901A is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 144 26 -
CMYK 0.09 0 0.82 0.44
HSL 66.61º 0.69% 0.33% -
HSV(B) 66.61º 0.82% 0.56% -
XYZ 19.52 24.85 4.74 -
YUV 126.66 71.19 131.09 -
System Red Green Blue C M Y K H S L
Decimal 131 144 26 0.09 0 0.82 0.44 66.61 0.69 0.33
Hex 83 90 1A 9 0 52 2C 43 45 21
Octal 203 220 32 11 0 122 54 103 105 41
Binary 10000011 10010000 11010 1001 0 1010010 101100 1000011 1000101 100001

Color Harmonies of #83901A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83901A

Black with #83901A

Text Example


Text Example

White with #83901A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83901A; }

 p { color: rgb(131,144,26); }

 H1.HeaderClassName
 {
   color: #83901A;
 }
 .AnyTagClassName
 {
   color: #83901A;
 }
</style>

background-color css

<style>
 a { background-color: #83901A; }

 a { background-color: rgb(131,144,26); }

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

border-color css

<style>
 span { border-color: #83901A; }

 span { border-color: rgb(131,144,26); }

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