Html Css Color HEX #86991F Citron

📋 copy color: '#86991F'

red 134 ◦ green 153 ◦ blue 31

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

Shades of Citron #86991F

Tints of Citron #86991F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.11%

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

R = 42.14%
G = 48.11%
B = 9.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#86991F (or 0x86991F) is known color: Citron. HEX triplet: 86, 99 and 1F. RGB value is (134,153,31). Sum of RGB (Red+Green+Blue) = 134+153+31=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 31 (12.5% from 255 or 9.75% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #86991F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86991F is #7966E0. Grayscale: #858585. Windows color (decimal): -7956193 or 2070918. OLE color: 2070918.

HSL color Cylindrical-coordinate representation of color #86991F: hue angle of 69.34º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #86991F is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 134 153 31 -
CMYK 0.12 0 0.80 0.4
HSL 69.34º 0.66% 0.36% -
HSV(B) 69.34º 0.8% 0.6% -
XYZ 21.47 27.95 5.56 -
YUV 133.41 70.21 128.42 -
System Red Green Blue C M Y K H S L
Decimal 134 153 31 0.12 0 0.80 0.4 69.34 0.66 0.36
Hex 86 99 1F C 0 50 28 45 42 24
Octal 206 231 37 14 0 120 50 105 102 44
Binary 10000110 10011001 11111 1100 0 1010000 101000 1000101 1000010 100100

Color Harmonies of #86991F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86991F

Black with #86991F

Text Example


Text Example

White with #86991F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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