Html Css Color HEX #86901A Citron

📋 copy color: '#86901A'

red 134 ◦ green 144 ◦ blue 26

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

Shades of Citron #86901A

Tints of Citron #86901A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.37%

 BLUE value IS 26 (10.55% from 255) = 8.55%

R = 44.08%
G = 47.37%
B = 8.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#86901A (or 0x86901A) is known color: Citron. HEX triplet: 86, 90 and 1A. RGB value is (134,144,26). Sum of RGB (Red+Green+Blue) = 134+144+26=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 144 (56.64% from 255 or 47.37% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 144 - color contains mainly: green. Hex color #86901A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86901A is #796FE5. Grayscale: #808080. Windows color (decimal): -7958502 or 1740934. OLE color: 1740934.

HSL color Cylindrical-coordinate representation of color #86901A: hue angle of 65.08º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #86901A is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB 134 144 26 -
CMYK 0.07 0 0.82 0.44
HSL 65.08º 0.69% 0.33% -
HSV(B) 65.08º 0.82% 0.56% -
XYZ 19.99 25.09 4.77 -
YUV 127.56 70.69 132.59 -
System Red Green Blue C M Y K H S L
Decimal 134 144 26 0.07 0 0.82 0.44 65.08 0.69 0.33
Hex 86 90 1A 7 0 52 2C 41 45 21
Octal 206 220 32 7 0 122 54 101 105 41
Binary 10000110 10010000 11010 111 0 1010010 101100 1000001 1000101 100001

Color Harmonies of #86901A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86901A

Black with #86901A

Text Example


Text Example

White with #86901A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86901A; }

 p { color: rgb(134,144,26); }

 H1.HeaderClassName
 {
   color: #86901A;
 }
 .AnyTagClassName
 {
   color: #86901A;
 }
</style>

background-color css

<style>
 a { background-color: #86901A; }

 a { background-color: rgb(134,144,26); }

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

border-color css

<style>
 span { border-color: #86901A; }

 span { border-color: rgb(134,144,26); }

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