Html Css Color HEX #86992B Citron

📋 copy color: '#86992B'

red 134 ◦ green 153 ◦ blue 43

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

Shades of Citron #86992B

Tints of Citron #86992B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.03%

R = 40.61%
G = 46.36%
B = 13.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.72

 K value IS 0.4

RGB Variations

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

Color information

#86992B (or 0x86992B) is known color: Citron. HEX triplet: 86, 99 and 2B. RGB value is (134,153,43). Sum of RGB (Red+Green+Blue) = 134+153+43=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 153 - color contains mainly: green. Hex color #86992B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86992B is #7966D4. Grayscale: #878787. Windows color (decimal): -7956181 or 2857350. OLE color: 2857350.

HSL color Cylindrical-coordinate representation of color #86992B: hue angle of 70.36º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #86992B is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.

Color convert

RGB 134 153 43 -
CMYK 0.12 0 0.72 0.4
HSL 70.36º 0.56% 0.38% -
HSV(B) 70.36º 0.72% 0.6% -
XYZ 21.66 28.03 6.55 -
YUV 134.78 76.21 127.44 -
System Red Green Blue C M Y K H S L
Decimal 134 153 43 0.12 0 0.72 0.4 70.36 0.56 0.38
Hex 86 99 2B C 0 48 28 46 38 26
Octal 206 231 53 14 0 110 50 106 70 46
Binary 10000110 10011001 101011 1100 0 1001000 101000 1000110 111000 100110

Color Harmonies of #86992B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86992B

Black with #86992B

Text Example


Text Example

White with #86992B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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