Html Css Color HEX #85980C Citron

📋 copy color: '#85980C'

red 133 ◦ green 152 ◦ blue 12

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

Shades of Citron #85980C

Tints of Citron #85980C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 51.18%

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

R = 44.78%
G = 51.18%
B = 4.04%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#85980C (or 0x85980C) is known color: Citron. HEX triplet: 85, 98 and 0C. RGB value is (133,152,12). Sum of RGB (Red+Green+Blue) = 133+152+12=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 152 (59.77% from 255 or 51.18% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 152 - color contains mainly: green. Hex color #85980C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85980C is #7A67F3. Grayscale: #828282. Windows color (decimal): -8022004 or 825477. OLE color: 825477.

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

Color convert

RGB 133 152 12 -
CMYK 0.13 0 0.92 0.40
HSL 68.14º 0.85% 0.32% -
HSV(B) 68.14º 0.92% 0.6% -
XYZ 20.97 27.47 4.54 -
YUV 130.36 61.21 129.88 -
System Red Green Blue C M Y K H S L
Decimal 133 152 12 0.13 0 0.92 0.40 68.14 0.85 0.32
Hex 85 98 C D 0 5C 28 44 55 20
Octal 205 230 14 15 0 134 50 104 125 40
Binary 10000101 10011000 1100 1101 0 1011100 101000 1000100 1010101 100000

Color Harmonies of #85980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85980C

Black with #85980C

Text Example


Text Example

White with #85980C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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