Html Css Color HEX #86921E Citron

📋 copy color: '#86921E'

red 134 ◦ green 146 ◦ blue 30

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

Shades of Citron #86921E

Tints of Citron #86921E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 47.1%

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

R = 43.23%
G = 47.1%
B = 9.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#86921E (or 0x86921E) is known color: Citron. HEX triplet: 86, 92 and 1E. RGB value is (134,146,30). Sum of RGB (Red+Green+Blue) = 134+146+30=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 146 - color contains mainly: green. Hex color #86921E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86921E is #796DE1. Grayscale: #818181. Windows color (decimal): -7957986 or 2003590. OLE color: 2003590.

HSL color Cylindrical-coordinate representation of color #86921E: hue angle of 66.21º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #86921E is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB 134 146 30 -
CMYK 0.08 0 0.79 0.43
HSL 66.21º 0.66% 0.35% -
HSV(B) 66.21º 0.79% 0.57% -
XYZ 20.34 25.72 5.12 -
YUV 129.19 72.02 131.43 -
System Red Green Blue C M Y K H S L
Decimal 134 146 30 0.08 0 0.79 0.43 66.21 0.66 0.35
Hex 86 92 1E 8 0 4F 2B 42 42 23
Octal 206 222 36 10 0 117 53 102 102 43
Binary 10000110 10010010 11110 1000 0 1001111 101011 1000010 1000010 100011

Color Harmonies of #86921E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86921E

Black with #86921E

Text Example


Text Example

White with #86921E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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