Html Css Color HEX #86951C Citron

📋 copy color: '#86951C'

red 134 ◦ green 149 ◦ blue 28

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

Shades of Citron #86951C

Tints of Citron #86951C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9%

R = 43.09%
G = 47.91%
B = 9%

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

#86951C (or 0x86951C) is known color: Citron. HEX triplet: 86, 95 and 1C. RGB value is (134,149,28). Sum of RGB (Red+Green+Blue) = 134+149+28=311 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.09% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 28 (11.33% from 255 or 9.00% from 311); Max value from RGB is 149 - color contains mainly: green. Hex color #86951C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86951C is #796AE3. Grayscale: #838383. Windows color (decimal): -7957220 or 1873286. OLE color: 1873286.

HSL color Cylindrical-coordinate representation of color #86951C: hue angle of 67.44º degrees, saturation: 0.68, 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 #86951C is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 149 28 -
CMYK 0.10 0 0.81 0.42
HSL 67.44º 0.68% 0.35% -
HSV(B) 67.44º 0.81% 0.58% -
XYZ 20.79 26.65 5.15 -
YUV 130.72 70.03 130.34 -
System Red Green Blue C M Y K H S L
Decimal 134 149 28 0.10 0 0.81 0.42 67.44 0.68 0.35
Hex 86 95 1C A 0 51 2A 43 44 23
Octal 206 225 34 12 0 121 52 103 104 43
Binary 10000110 10010101 11100 1010 0 1010001 101010 1000011 1000100 100011

Color Harmonies of #86951C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86951C

Black with #86951C

Text Example


Text Example

White with #86951C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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