Html Css Color HEX #85980F Citron

📋 copy color: '#85980F'

red 133 ◦ green 152 ◦ blue 15

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

Shades of Citron #85980F

Tints of Citron #85980F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5%

R = 44.33%
G = 50.67%
B = 5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#85980F (or 0x85980F) is known color: Citron. HEX triplet: 85, 98 and 0F. RGB value is (133,152,15). Sum of RGB (Red+Green+Blue) = 133+152+15=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 152 (59.77% from 255 or 50.67% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 152 - color contains mainly: green. Hex color #85980F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85980F is #7A67F0. Grayscale: #838383. Windows color (decimal): -8022001 or 1022085. OLE color: 1022085.

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

Color convert

RGB 133 152 15 -
CMYK 0.13 0 0.90 0.40
HSL 68.32º 0.82% 0.33% -
HSV(B) 68.32º 0.9% 0.6% -
XYZ 20.99 27.48 4.65 -
YUV 130.7 62.71 129.64 -
System Red Green Blue C M Y K H S L
Decimal 133 152 15 0.13 0 0.90 0.40 68.32 0.82 0.33
Hex 85 98 F D 0 5A 28 44 52 21
Octal 205 230 17 15 0 132 50 104 122 41
Binary 10000101 10011000 1111 1101 0 1011010 101000 1000100 1010010 100001

Color Harmonies of #85980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85980F

Black with #85980F

Text Example


Text Example

White with #85980F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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