Html Css Color HEX #83970F Citron

📋 copy color: '#83970F'

red 131 ◦ green 151 ◦ blue 15

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

Shades of Citron #83970F

Tints of Citron #83970F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50.84%

 BLUE value IS 15 (6.25% from 255) = 5.05%

R = 44.11%
G = 50.84%
B = 5.05%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.90

 K value IS 0.41

RGB Variations

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

Color information

#83970F (or 0x83970F) is known color: Citron. HEX triplet: 83, 97 and 0F. RGB value is (131,151,15). Sum of RGB (Red+Green+Blue) = 131+151+15=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 151 (59.38% from 255 or 50.84% from 297); Blue value is 15 (6.25% from 255 or 5.05% from 297); Max value from RGB is 151 - color contains mainly: green. Hex color #83970F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83970F is #7C68F0. Grayscale: #828282. Windows color (decimal): -8153329 or 1021827. OLE color: 1021827.

HSL color Cylindrical-coordinate representation of color #83970F: hue angle of 68.82º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83970F is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB 131 151 15 -
CMYK 0.13 0 0.90 0.41
HSL 68.82º 0.82% 0.33% -
HSV(B) 68.82º 0.9% 0.59% -
XYZ 20.51 26.99 4.58 -
YUV 129.52 63.37 129.06 -
System Red Green Blue C M Y K H S L
Decimal 131 151 15 0.13 0 0.90 0.41 68.82 0.82 0.33
Hex 83 97 F D 0 5A 29 45 52 21
Octal 203 227 17 15 0 132 51 105 122 41
Binary 10000011 10010111 1111 1101 0 1011010 101001 1000101 1010010 100001

Color Harmonies of #83970F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83970F

Black with #83970F

Text Example


Text Example

White with #83970F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83970F; }

 p { color: rgb(131,151,15); }

 H1.HeaderClassName
 {
   color: #83970F;
 }
 .AnyTagClassName
 {
   color: #83970F;
 }
</style>

background-color css

<style>
 a { background-color: #83970F; }

 a { background-color: rgb(131,151,15); }

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

border-color css

<style>
 span { border-color: #83970F; }

 span { border-color: rgb(131,151,15); }

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