Html Css Color HEX #85A30E Citron

📋 copy color: '#85A30E'

red 133 ◦ green 163 ◦ blue 14

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

Shades of Citron #85A30E

Tints of Citron #85A30E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 52.58%

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

R = 42.9%
G = 52.58%
B = 4.52%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#85A30E (or 0x85A30E) is known color: Citron. HEX triplet: 85, A3 and 0E. RGB value is (133,163,14). Sum of RGB (Red+Green+Blue) = 133+163+14=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 163 (64.06% from 255 or 52.58% from 310); Blue value is 14 (5.86% from 255 or 4.52% from 310); Max value from RGB is 163 - color contains mainly: green. Hex color #85A30E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A30E is #7A5CF1. Grayscale: #898989. Windows color (decimal): -8019186 or 959365. OLE color: 959365.

HSL color Cylindrical-coordinate representation of color #85A30E: hue angle of 72.08º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85A30E is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 133 163 14 -
CMYK 0.18 0 0.91 0.36
HSL 72.08º 0.84% 0.35% -
HSV(B) 72.08º 0.91% 0.64% -
XYZ 22.85 31.21 5.24 -
YUV 137.04 58.56 125.12 -
System Red Green Blue C M Y K H S L
Decimal 133 163 14 0.18 0 0.91 0.36 72.08 0.84 0.35
Hex 85 A3 E 12 0 5B 24 48 54 23
Octal 205 243 16 22 0 133 44 110 124 43
Binary 10000101 10100011 1110 10010 0 1011011 100100 1001000 1010100 100011

Color Harmonies of #85A30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A30E

Black with #85A30E

Text Example


Text Example

White with #85A30E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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