Html Css Color HEX #85901A Citron

📋 copy color: '#85901A'

red 133 ◦ green 144 ◦ blue 26

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

Shades of Citron #85901A

Tints of Citron #85901A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.58%

R = 43.89%
G = 47.52%
B = 8.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#85901A (or 0x85901A) is known color: Citron. HEX triplet: 85, 90 and 1A. RGB value is (133,144,26). Sum of RGB (Red+Green+Blue) = 133+144+26=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 144 (56.64% from 255 or 47.52% from 303); Blue value is 26 (10.55% from 255 or 8.58% from 303); Max value from RGB is 144 - color contains mainly: green. Hex color #85901A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85901A is #7A6FE5. Grayscale: #7F7F7F. Windows color (decimal): -8024038 or 1740933. OLE color: 1740933.

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

Color convert

RGB 133 144 26 -
CMYK 0.08 0 0.82 0.44
HSL 65.59º 0.69% 0.33% -
HSV(B) 65.59º 0.82% 0.56% -
XYZ 19.83 25.01 4.76 -
YUV 127.26 70.86 132.09 -
System Red Green Blue C M Y K H S L
Decimal 133 144 26 0.08 0 0.82 0.44 65.59 0.69 0.33
Hex 85 90 1A 8 0 52 2C 42 45 21
Octal 205 220 32 10 0 122 54 102 105 41
Binary 10000101 10010000 11010 1000 0 1010010 101100 1000010 1000101 100001

Color Harmonies of #85901A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85901A

Black with #85901A

Text Example


Text Example

White with #85901A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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