Html Css Color HEX #85901C Citron

📋 copy color: '#85901C'

red 133 ◦ green 144 ◦ blue 28

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

Shades of Citron #85901C

Tints of Citron #85901C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.21%

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

R = 43.61%
G = 47.21%
B = 9.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#85901C (or 0x85901C) is known color: Citron. HEX triplet: 85, 90 and 1C. RGB value is (133,144,28). Sum of RGB (Red+Green+Blue) = 133+144+28=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 144 - color contains mainly: green. Hex color #85901C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85901C is #7A6FE3. Grayscale: #7F7F7F. Windows color (decimal): -8024036 or 1872005. OLE color: 1872005.

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

Color convert

RGB 133 144 28 -
CMYK 0.08 0 0.81 0.44
HSL 65.69º 0.67% 0.34% -
HSV(B) 65.69º 0.81% 0.56% -
XYZ 19.86 25.02 4.88 -
YUV 127.49 71.86 131.93 -
System Red Green Blue C M Y K H S L
Decimal 133 144 28 0.08 0 0.81 0.44 65.69 0.67 0.34
Hex 85 90 1C 8 0 51 2C 42 43 22
Octal 205 220 34 10 0 121 54 102 103 42
Binary 10000101 10010000 11100 1000 0 1010001 101100 1000010 1000011 100010

Color Harmonies of #85901C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85901C

Black with #85901C

Text Example


Text Example

White with #85901C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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