Html Css Color HEX #85A11D Citron

📋 copy color: '#85A11D'

red 133 ◦ green 161 ◦ blue 29

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

Shades of Citron #85A11D

Tints of Citron #85A11D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 49.85%

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

R = 41.18%
G = 49.85%
B = 8.98%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#85A11D (or 0x85A11D) is known color: Citron. HEX triplet: 85, A1 and 1D. RGB value is (133,161,29). Sum of RGB (Red+Green+Blue) = 133+161+29=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 161 (63.28% from 255 or 49.85% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 161 - color contains mainly: green. Hex color #85A11D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A11D is #7A5EE2. Grayscale: #8A8A8A. Windows color (decimal): -8019683 or 1941893. OLE color: 1941893.

HSL color Cylindrical-coordinate representation of color #85A11D: hue angle of 72.73º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #85A11D is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB 133 161 29 -
CMYK 0.17 0 0.82 0.37
HSL 72.73º 0.69% 0.37% -
HSV(B) 72.73º 0.82% 0.63% -
XYZ 22.64 30.56 5.87 -
YUV 137.58 66.72 124.73 -
System Red Green Blue C M Y K H S L
Decimal 133 161 29 0.17 0 0.82 0.37 72.73 0.69 0.37
Hex 85 A1 1D 11 0 52 25 49 45 25
Octal 205 241 35 21 0 122 45 111 105 45
Binary 10000101 10100001 11101 10001 0 1010010 100101 1001001 1000101 100101

Color Harmonies of #85A11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A11D

Black with #85A11D

Text Example


Text Example

White with #85A11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85A11D; }

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

 H1.HeaderClassName
 {
   color: #85A11D;
 }
 .AnyTagClassName
 {
   color: #85A11D;
 }
</style>

background-color css

<style>
 a { background-color: #85A11D; }

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

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

border-color css

<style>
 span { border-color: #85A11D; }

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

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