Html Css Color HEX #85911F Citron

📋 copy color: '#85911F'

red 133 ◦ green 145 ◦ blue 31

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

Shades of Citron #85911F

Tints of Citron #85911F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.03%

R = 43.04%
G = 46.93%
B = 10.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#85911F (or 0x85911F) is known color: Citron. HEX triplet: 85, 91 and 1F. RGB value is (133,145,31). Sum of RGB (Red+Green+Blue) = 133+145+31=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #85911F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85911F is #7A6EE0. Grayscale: #808080. Windows color (decimal): -8023777 or 2068869. OLE color: 2068869.

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

Color convert

RGB 133 145 31 -
CMYK 0.08 0 0.79 0.43
HSL 66.32º 0.65% 0.35% -
HSV(B) 66.32º 0.79% 0.57% -
XYZ 20.05 25.34 5.13 -
YUV 128.42 73.02 131.27 -
System Red Green Blue C M Y K H S L
Decimal 133 145 31 0.08 0 0.79 0.43 66.32 0.65 0.35
Hex 85 91 1F 8 0 4F 2B 42 41 23
Octal 205 221 37 10 0 117 53 102 101 43
Binary 10000101 10010001 11111 1000 0 1001111 101011 1000010 1000001 100011

Color Harmonies of #85911F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85911F

Black with #85911F

Text Example


Text Example

White with #85911F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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