Html Css Color HEX #85960C Citron

📋 copy color: '#85960C'

red 133 ◦ green 150 ◦ blue 12

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

Shades of Citron #85960C

Tints of Citron #85960C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.07%

R = 45.08%
G = 50.85%
B = 4.07%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#85960C (or 0x85960C) is known color: Citron. HEX triplet: 85, 96 and 0C. RGB value is (133,150,12). Sum of RGB (Red+Green+Blue) = 133+150+12=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 150 (58.98% from 255 or 50.85% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 150 - color contains mainly: green. Hex color #85960C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85960C is #7A69F3. Grayscale: #818181. Windows color (decimal): -8022516 or 824965. OLE color: 824965.

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

Color convert

RGB 133 150 12 -
CMYK 0.11 0 0.92 0.41
HSL 67.39º 0.85% 0.32% -
HSV(B) 67.39º 0.92% 0.59% -
XYZ 20.65 26.83 4.44 -
YUV 129.19 61.87 130.72 -
System Red Green Blue C M Y K H S L
Decimal 133 150 12 0.11 0 0.92 0.41 67.39 0.85 0.32
Hex 85 96 C B 0 5C 29 43 55 20
Octal 205 226 14 13 0 134 51 103 125 40
Binary 10000101 10010110 1100 1011 0 1011100 101001 1000011 1010101 100000

Color Harmonies of #85960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85960C

Black with #85960C

Text Example


Text Example

White with #85960C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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