Html Css Color HEX #85990D Citron

📋 copy color: '#85990D'

red 133 ◦ green 153 ◦ blue 13

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

Shades of Citron #85990D

Tints of Citron #85990D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 51.17%

 BLUE value IS 13 (5.47% from 255) = 4.35%

R = 44.48%
G = 51.17%
B = 4.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#85990D (or 0x85990D) is known color: Citron. HEX triplet: 85, 99 and 0D. RGB value is (133,153,13). Sum of RGB (Red+Green+Blue) = 133+153+13=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 153 (60.16% from 255 or 51.17% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 153 - color contains mainly: green. Hex color #85990D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85990D is #7A66F2. Grayscale: #838383. Windows color (decimal): -8021747 or 891269. OLE color: 891269.

HSL color Cylindrical-coordinate representation of color #85990D: hue angle of 68.57º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85990D is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 133 153 13 -
CMYK 0.13 0 0.92 0.4
HSL 68.57º 0.84% 0.33% -
HSV(B) 68.57º 0.92% 0.6% -
XYZ 21.14 27.8 4.63 -
YUV 131.06 61.37 129.38 -
System Red Green Blue C M Y K H S L
Decimal 133 153 13 0.13 0 0.92 0.4 68.57 0.84 0.33
Hex 85 99 D D 0 5C 28 45 54 21
Octal 205 231 15 15 0 134 50 105 124 41
Binary 10000101 10011001 1101 1101 0 1011100 101000 1000101 1010100 100001

Color Harmonies of #85990D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85990D

Black with #85990D

Text Example


Text Example

White with #85990D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85990D; }

 p { color: rgb(133,153,13); }

 H1.HeaderClassName
 {
   color: #85990D;
 }
 .AnyTagClassName
 {
   color: #85990D;
 }
</style>

background-color css

<style>
 a { background-color: #85990D; }

 a { background-color: rgb(133,153,13); }

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

border-color css

<style>
 span { border-color: #85990D; }

 span { border-color: rgb(133,153,13); }

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