Html Css Color HEX #85961C Citron

📋 copy color: '#85961C'

red 133 ◦ green 150 ◦ blue 28

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

Shades of Citron #85961C

Tints of Citron #85961C

RGB

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

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

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

R = 42.77%
G = 48.23%
B = 9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#85961C (or 0x85961C) is known color: Citron. HEX triplet: 85, 96 and 1C. RGB value is (133,150,28). Sum of RGB (Red+Green+Blue) = 133+150+28=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 150 (58.98% from 255 or 48.23% from 311); Blue value is 28 (11.33% from 255 or 9.00% from 311); Max value from RGB is 150 - color contains mainly: green. Hex color #85961C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85961C is #7A69E3. Grayscale: #838383. Windows color (decimal): -8022500 or 1873541. OLE color: 1873541.

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

Color convert

RGB 133 150 28 -
CMYK 0.11 0 0.81 0.41
HSL 68.36º 0.69% 0.35% -
HSV(B) 68.36º 0.81% 0.59% -
XYZ 20.79 26.88 5.19 -
YUV 131.01 69.87 129.42 -
System Red Green Blue C M Y K H S L
Decimal 133 150 28 0.11 0 0.81 0.41 68.36 0.69 0.35
Hex 85 96 1C B 0 51 29 44 45 23
Octal 205 226 34 13 0 121 51 104 105 43
Binary 10000101 10010110 11100 1011 0 1010001 101001 1000100 1000101 100011

Color Harmonies of #85961C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85961C

Black with #85961C

Text Example


Text Example

White with #85961C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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