Html Css Color HEX #86990F Citron

📋 copy color: '#86990F'

red 134 ◦ green 153 ◦ blue 15

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

Shades of Citron #86990F

Tints of Citron #86990F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.66%

 BLUE value IS 15 (6.25% from 255) = 4.97%

R = 44.37%
G = 50.66%
B = 4.97%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#86990F (or 0x86990F) is known color: Citron. HEX triplet: 86, 99 and 0F. RGB value is (134,153,15). Sum of RGB (Red+Green+Blue) = 134+153+15=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #86990F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86990F is #7966F0. Grayscale: #848484. Windows color (decimal): -7956209 or 1022342. OLE color: 1022342.

HSL color Cylindrical-coordinate representation of color #86990F: hue angle of 68.26º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86990F is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 134 153 15 -
CMYK 0.12 0 0.90 0.4
HSL 68.26º 0.82% 0.33% -
HSV(B) 68.26º 0.9% 0.6% -
XYZ 21.31 27.89 4.71 -
YUV 131.59 62.21 129.72 -
System Red Green Blue C M Y K H S L
Decimal 134 153 15 0.12 0 0.90 0.4 68.26 0.82 0.33
Hex 86 99 F C 0 5A 28 44 52 21
Octal 206 231 17 14 0 132 50 104 122 41
Binary 10000110 10011001 1111 1100 0 1011010 101000 1000100 1010010 100001

Color Harmonies of #86990F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86990F

Black with #86990F

Text Example


Text Example

White with #86990F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86990F; }

 p { color: rgb(134,153,15); }

 H1.HeaderClassName
 {
   color: #86990F;
 }
 .AnyTagClassName
 {
   color: #86990F;
 }
</style>

background-color css

<style>
 a { background-color: #86990F; }

 a { background-color: rgb(134,153,15); }

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

border-color css

<style>
 span { border-color: #86990F; }

 span { border-color: rgb(134,153,15); }

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