Html Css Color HEX #86970D Citron

📋 copy color: '#86970D'

red 134 ◦ green 151 ◦ blue 13

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

Shades of Citron #86970D

Tints of Citron #86970D

RGB

 RED value IS 134 (52.73% from 255) = 44.97%

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

 BLUE value IS 13 (5.47% from 255) = 4.36%

R = 44.97%
G = 50.67%
B = 4.36%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#86970D (or 0x86970D) is known color: Citron. HEX triplet: 86, 97 and 0D. RGB value is (134,151,13). Sum of RGB (Red+Green+Blue) = 134+151+13=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 151 (59.38% from 255 or 50.67% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 151 - color contains mainly: green. Hex color #86970D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86970D is #7968F2. Grayscale: #828282. Windows color (decimal): -7956723 or 890758. OLE color: 890758.

HSL color Cylindrical-coordinate representation of color #86970D: hue angle of 67.39º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86970D is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 134 151 13 -
CMYK 0.11 0 0.91 0.41
HSL 67.39º 0.84% 0.32% -
HSV(B) 67.39º 0.91% 0.59% -
XYZ 20.97 27.23 4.53 -
YUV 130.19 61.87 130.72 -
System Red Green Blue C M Y K H S L
Decimal 134 151 13 0.11 0 0.91 0.41 67.39 0.84 0.32
Hex 86 97 D B 0 5B 29 43 54 20
Octal 206 227 15 13 0 133 51 103 124 40
Binary 10000110 10010111 1101 1011 0 1011011 101001 1000011 1010100 100000

Color Harmonies of #86970D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86970D

Black with #86970D

Text Example


Text Example

White with #86970D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86970D; }

 p { color: rgb(134,151,13); }

 H1.HeaderClassName
 {
   color: #86970D;
 }
 .AnyTagClassName
 {
   color: #86970D;
 }
</style>

background-color css

<style>
 a { background-color: #86970D; }

 a { background-color: rgb(134,151,13); }

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

border-color css

<style>
 span { border-color: #86970D; }

 span { border-color: rgb(134,151,13); }

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