Html Css Color HEX #86901B Citron

📋 copy color: '#86901B'

red 134 ◦ green 144 ◦ blue 27

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

Shades of Citron #86901B

Tints of Citron #86901B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.85%

R = 43.93%
G = 47.21%
B = 8.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#86901B (or 0x86901B) is known color: Citron. HEX triplet: 86, 90 and 1B. RGB value is (134,144,27). Sum of RGB (Red+Green+Blue) = 134+144+27=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 144 - color contains mainly: green. Hex color #86901B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86901B is #796FE4. Grayscale: #808080. Windows color (decimal): -7958501 or 1806470. OLE color: 1806470.

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

Color convert

RGB 134 144 27 -
CMYK 0.07 0 0.81 0.44
HSL 65.13º 0.68% 0.34% -
HSV(B) 65.13º 0.81% 0.56% -
XYZ 20 25.09 4.83 -
YUV 127.67 71.19 132.51 -
System Red Green Blue C M Y K H S L
Decimal 134 144 27 0.07 0 0.81 0.44 65.13 0.68 0.34
Hex 86 90 1B 7 0 51 2C 41 44 22
Octal 206 220 33 7 0 121 54 101 104 42
Binary 10000110 10010000 11011 111 0 1010001 101100 1000001 1000100 100010

Color Harmonies of #86901B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86901B

Black with #86901B

Text Example


Text Example

White with #86901B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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