Html Css Color HEX #86971F Citron

📋 copy color: '#86971F'

red 134 ◦ green 151 ◦ blue 31

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

Shades of Citron #86971F

Tints of Citron #86971F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.81%

R = 42.41%
G = 47.78%
B = 9.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#86971F (or 0x86971F) is known color: Citron. HEX triplet: 86, 97 and 1F. RGB value is (134,151,31). Sum of RGB (Red+Green+Blue) = 134+151+31=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 151 (59.38% from 255 or 47.78% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 151 - color contains mainly: green. Hex color #86971F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86971F is #7968E0. Grayscale: #848484. Windows color (decimal): -7956705 or 2070406. OLE color: 2070406.

HSL color Cylindrical-coordinate representation of color #86971F: hue angle of 68.5º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #86971F is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 134 151 31 -
CMYK 0.11 0 0.79 0.41
HSL 68.5º 0.66% 0.36% -
HSV(B) 68.5º 0.79% 0.59% -
XYZ 21.15 27.3 5.45 -
YUV 132.24 70.87 129.26 -
System Red Green Blue C M Y K H S L
Decimal 134 151 31 0.11 0 0.79 0.41 68.5 0.66 0.36
Hex 86 97 1F B 0 4F 29 44 42 24
Octal 206 227 37 13 0 117 51 104 102 44
Binary 10000110 10010111 11111 1011 0 1001111 101001 1000100 1000010 100100

Color Harmonies of #86971F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86971F

Black with #86971F

Text Example


Text Example

White with #86971F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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