Html Css Color HEX #85911C Citron

📋 copy color: '#85911C'

red 133 ◦ green 145 ◦ blue 28

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

Shades of Citron #85911C

Tints of Citron #85911C

RGB

 RED value IS 133 (52.34% from 255) = 43.46%

 GREEN value IS 145 (57.03% from 255) = 47.39%

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

R = 43.46%
G = 47.39%
B = 9.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#85911C (or 0x85911C) is known color: Citron. HEX triplet: 85, 91 and 1C. RGB value is (133,145,28). Sum of RGB (Red+Green+Blue) = 133+145+28=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 145 (57.03% from 255 or 47.39% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 145 - color contains mainly: green. Hex color #85911C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85911C is #7A6EE3. Grayscale: #808080. Windows color (decimal): -8023780 or 1872261. OLE color: 1872261.

HSL color Cylindrical-coordinate representation of color #85911C: hue angle of 66.15º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #85911C is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 145 28 -
CMYK 0.08 0 0.81 0.43
HSL 66.15º 0.68% 0.34% -
HSV(B) 66.15º 0.81% 0.57% -
XYZ 20.01 25.32 4.93 -
YUV 128.07 71.52 131.51 -
System Red Green Blue C M Y K H S L
Decimal 133 145 28 0.08 0 0.81 0.43 66.15 0.68 0.34
Hex 85 91 1C 8 0 51 2B 42 44 22
Octal 205 221 34 10 0 121 53 102 104 42
Binary 10000101 10010001 11100 1000 0 1010001 101011 1000010 1000100 100010

Color Harmonies of #85911C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85911C

Black with #85911C

Text Example


Text Example

White with #85911C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,145,28); }

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

background-color css

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

 a { background-color: rgb(133,145,28); }

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

border-color css

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

 span { border-color: rgb(133,145,28); }

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