Html Css Color HEX #86951E Citron

📋 copy color: '#86951E'

red 134 ◦ green 149 ◦ blue 30

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

Shades of Citron #86951E

Tints of Citron #86951E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.58%

R = 42.81%
G = 47.6%
B = 9.58%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#86951E (or 0x86951E) is known color: Citron. HEX triplet: 86, 95 and 1E. RGB value is (134,149,30). Sum of RGB (Red+Green+Blue) = 134+149+30=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 30 (12.11% from 255 or 9.58% from 313); Max value from RGB is 149 - color contains mainly: green. Hex color #86951E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86951E is #796AE1. Grayscale: #838383. Windows color (decimal): -7957218 or 2004358. OLE color: 2004358.

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

Color convert

RGB 134 149 30 -
CMYK 0.10 0 0.80 0.42
HSL 67.56º 0.66% 0.35% -
HSV(B) 67.56º 0.8% 0.58% -
XYZ 20.81 26.66 5.28 -
YUV 130.95 71.03 130.18 -
System Red Green Blue C M Y K H S L
Decimal 134 149 30 0.10 0 0.80 0.42 67.56 0.66 0.35
Hex 86 95 1E A 0 50 2A 44 42 23
Octal 206 225 36 12 0 120 52 104 102 43
Binary 10000110 10010101 11110 1010 0 1010000 101010 1000100 1000010 100011

Color Harmonies of #86951E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86951E

Black with #86951E

Text Example


Text Example

White with #86951E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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