Html Css Color HEX #85901B Citron

📋 copy color: '#85901B'

red 133 ◦ green 144 ◦ blue 27

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

Shades of Citron #85901B

Tints of Citron #85901B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.88%

R = 43.75%
G = 47.37%
B = 8.88%

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

#85901B (or 0x85901B) is known color: Citron. HEX triplet: 85, 90 and 1B. RGB value is (133,144,27). Sum of RGB (Red+Green+Blue) = 133+144+27=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 144 (56.64% from 255 or 47.37% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 144 - color contains mainly: green. Hex color #85901B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85901B is #7A6FE4. Grayscale: #7F7F7F. Windows color (decimal): -8024037 or 1806469. OLE color: 1806469.

HSL color Cylindrical-coordinate representation of color #85901B: hue angle of 65.64º degrees, saturation: 0.68, 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 #85901B is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 144 27 -
CMYK 0.08 0 0.81 0.44
HSL 65.64º 0.68% 0.34% -
HSV(B) 65.64º 0.81% 0.56% -
XYZ 19.84 25.01 4.82 -
YUV 127.37 71.36 132.01 -
System Red Green Blue C M Y K H S L
Decimal 133 144 27 0.08 0 0.81 0.44 65.64 0.68 0.34
Hex 85 90 1B 8 0 51 2C 42 44 22
Octal 205 220 33 10 0 121 54 102 104 42
Binary 10000101 10010000 11011 1000 0 1010001 101100 1000010 1000100 100010

Color Harmonies of #85901B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85901B

Black with #85901B

Text Example


Text Example

White with #85901B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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