Html Css Color HEX #86941C Citron

📋 copy color: '#86941C'

red 134 ◦ green 148 ◦ blue 28

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

Shades of Citron #86941C

Tints of Citron #86941C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.74%

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

R = 43.23%
G = 47.74%
B = 9.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#86941C (or 0x86941C) is known color: Citron. HEX triplet: 86, 94 and 1C. RGB value is (134,148,28). Sum of RGB (Red+Green+Blue) = 134+148+28=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 148 (58.20% from 255 or 47.74% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 148 - color contains mainly: green. Hex color #86941C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86941C is #796BE3. Grayscale: #828282. Windows color (decimal): -7957476 or 1873030. OLE color: 1873030.

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

Color convert

RGB 134 148 28 -
CMYK 0.09 0 0.81 0.42
HSL 67º 0.68% 0.35% -
HSV(B) 67º 0.81% 0.58% -
XYZ 20.63 26.33 5.09 -
YUV 130.13 70.36 130.76 -
System Red Green Blue C M Y K H S L
Decimal 134 148 28 0.09 0 0.81 0.42 67 0.68 0.35
Hex 86 94 1C 9 0 51 2A 43 44 23
Octal 206 224 34 11 0 121 52 103 104 43
Binary 10000110 10010100 11100 1001 0 1010001 101010 1000011 1000100 100011

Color Harmonies of #86941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86941C

Black with #86941C

Text Example


Text Example

White with #86941C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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