Html Css Color HEX #85981D Citron

📋 copy color: '#85981D'

red 133 ◦ green 152 ◦ blue 29

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

Shades of Citron #85981D

Tints of Citron #85981D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.24%

R = 42.36%
G = 48.41%
B = 9.24%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#85981D (or 0x85981D) is known color: Citron. HEX triplet: 85, 98 and 1D. RGB value is (133,152,29). Sum of RGB (Red+Green+Blue) = 133+152+29=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 152 - color contains mainly: green. Hex color #85981D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85981D is #7A67E2. Grayscale: #848484. Windows color (decimal): -8021987 or 1939589. OLE color: 1939589.

HSL color Cylindrical-coordinate representation of color #85981D: hue angle of 69.27º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #85981D is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB 133 152 29 -
CMYK 0.13 0 0.81 0.40
HSL 69.27º 0.68% 0.35% -
HSV(B) 69.27º 0.81% 0.6% -
XYZ 21.12 27.53 5.36 -
YUV 132.3 69.71 128.5 -
System Red Green Blue C M Y K H S L
Decimal 133 152 29 0.13 0 0.81 0.40 69.27 0.68 0.35
Hex 85 98 1D D 0 51 28 45 44 23
Octal 205 230 35 15 0 121 50 105 104 43
Binary 10000101 10011000 11101 1101 0 1010001 101000 1000101 1000100 100011

Color Harmonies of #85981D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85981D

Black with #85981D

Text Example


Text Example

White with #85981D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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