Html Css Color HEX #85961E Citron

📋 copy color: '#85961E'

red 133 ◦ green 150 ◦ blue 30

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

Shades of Citron #85961E

Tints of Citron #85961E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.92%

 BLUE value IS 30 (12.11% from 255) = 9.58%

R = 42.49%
G = 47.92%
B = 9.58%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#85961E (or 0x85961E) is known color: Citron. HEX triplet: 85, 96 and 1E. RGB value is (133,150,30). Sum of RGB (Red+Green+Blue) = 133+150+30=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 30 (12.11% from 255 or 9.58% from 313); Max value from RGB is 150 - color contains mainly: green. Hex color #85961E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85961E is #7A69E1. Grayscale: #838383. Windows color (decimal): -8022498 or 2004613. OLE color: 2004613.

HSL color Cylindrical-coordinate representation of color #85961E: hue angle of 68.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85961E is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 150 30 -
CMYK 0.11 0 0.80 0.41
HSL 68.5º 0.67% 0.35% -
HSV(B) 68.5º 0.8% 0.59% -
XYZ 20.81 26.89 5.32 -
YUV 131.24 70.87 129.26 -
System Red Green Blue C M Y K H S L
Decimal 133 150 30 0.11 0 0.80 0.41 68.5 0.67 0.35
Hex 85 96 1E B 0 50 29 44 43 23
Octal 205 226 36 13 0 120 51 104 103 43
Binary 10000101 10010110 11110 1011 0 1010000 101001 1000100 1000011 100011

Color Harmonies of #85961E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85961E

Black with #85961E

Text Example


Text Example

White with #85961E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85961E; }

 p { color: rgb(133,150,30); }

 H1.HeaderClassName
 {
   color: #85961E;
 }
 .AnyTagClassName
 {
   color: #85961E;
 }
</style>

background-color css

<style>
 a { background-color: #85961E; }

 a { background-color: rgb(133,150,30); }

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

border-color css

<style>
 span { border-color: #85961E; }

 span { border-color: rgb(133,150,30); }

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