Html Css Color HEX #86951D Citron

📋 copy color: '#86951D'

red 134 ◦ green 149 ◦ blue 29

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

Shades of Citron #86951D

Tints of Citron #86951D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.76%

 BLUE value IS 29 (11.72% from 255) = 9.29%

R = 42.95%
G = 47.76%
B = 9.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#86951D (or 0x86951D) is known color: Citron. HEX triplet: 86, 95 and 1D. RGB value is (134,149,29). Sum of RGB (Red+Green+Blue) = 134+149+29=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 149 (58.59% from 255 or 47.76% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 149 - color contains mainly: green. Hex color #86951D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86951D is #796AE2. Grayscale: #838383. Windows color (decimal): -7957219 or 1938822. OLE color: 1938822.

HSL color Cylindrical-coordinate representation of color #86951D: hue angle of 67.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #86951D is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 149 29 -
CMYK 0.10 0 0.81 0.42
HSL 67.5º 0.67% 0.35% -
HSV(B) 67.5º 0.81% 0.58% -
XYZ 20.8 26.65 5.21 -
YUV 130.84 70.53 130.26 -
System Red Green Blue C M Y K H S L
Decimal 134 149 29 0.10 0 0.81 0.42 67.5 0.67 0.35
Hex 86 95 1D A 0 51 2A 44 43 23
Octal 206 225 35 12 0 121 52 104 103 43
Binary 10000110 10010101 11101 1010 0 1010001 101010 1000100 1000011 100011

Color Harmonies of #86951D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86951D

Black with #86951D

Text Example


Text Example

White with #86951D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,149,29); }

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

background-color css

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

 a { background-color: rgb(134,149,29); }

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

border-color css

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

 span { border-color: rgb(134,149,29); }

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