Html Css Color HEX #85980E Citron

📋 copy color: '#85980E'

red 133 ◦ green 152 ◦ blue 14

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

Shades of Citron #85980E

Tints of Citron #85980E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.68%

R = 44.48%
G = 50.84%
B = 4.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#85980E (or 0x85980E) is known color: Citron. HEX triplet: 85, 98 and 0E. RGB value is (133,152,14). Sum of RGB (Red+Green+Blue) = 133+152+14=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 152 (59.77% from 255 or 50.84% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 152 - color contains mainly: green. Hex color #85980E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85980E is #7A67F1. Grayscale: #838383. Windows color (decimal): -8022002 or 956549. OLE color: 956549.

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

Color convert

RGB 133 152 14 -
CMYK 0.13 0 0.91 0.40
HSL 68.26º 0.83% 0.33% -
HSV(B) 68.26º 0.91% 0.6% -
XYZ 20.98 27.47 4.61 -
YUV 130.59 62.21 129.72 -
System Red Green Blue C M Y K H S L
Decimal 133 152 14 0.13 0 0.91 0.40 68.26 0.83 0.33
Hex 85 98 E D 0 5B 28 44 53 21
Octal 205 230 16 15 0 133 50 104 123 41
Binary 10000101 10011000 1110 1101 0 1011011 101000 1000100 1010011 100001

Color Harmonies of #85980E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85980E

Black with #85980E

Text Example


Text Example

White with #85980E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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