Html Css Color HEX #86992A Citron

📋 copy color: '#86992A'

red 134 ◦ green 153 ◦ blue 42

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

Shades of Citron #86992A

Tints of Citron #86992A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.77%

R = 40.73%
G = 46.5%
B = 12.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#86992A (or 0x86992A) is known color: Citron. HEX triplet: 86, 99 and 2A. RGB value is (134,153,42). Sum of RGB (Red+Green+Blue) = 134+153+42=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #86992A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86992A is #7966D5. Grayscale: #878787. Windows color (decimal): -7956182 or 2791814. OLE color: 2791814.

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

Color convert

RGB 134 153 42 -
CMYK 0.12 0 0.73 0.4
HSL 70.27º 0.57% 0.38% -
HSV(B) 70.27º 0.73% 0.6% -
XYZ 21.64 28.02 6.46 -
YUV 134.67 75.71 127.53 -
System Red Green Blue C M Y K H S L
Decimal 134 153 42 0.12 0 0.73 0.4 70.27 0.57 0.38
Hex 86 99 2A C 0 49 28 46 39 26
Octal 206 231 52 14 0 111 50 106 71 46
Binary 10000110 10011001 101010 1100 0 1001001 101000 1000110 111001 100110

Color Harmonies of #86992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86992A

Black with #86992A

Text Example


Text Example

White with #86992A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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