Html Css Color HEX #85A408 Citron

📋 copy color: '#85A408'

red 133 ◦ green 164 ◦ blue 8

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

Shades of Citron #85A408

Tints of Citron #85A408

RGB

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

 GREEN value IS 164 (64.45% from 255) = 53.77%

 BLUE value IS 8 (3.52% from 255) = 2.62%

R = 43.61%
G = 53.77%
B = 2.62%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#85A408 (or 0x85A408) is known color: Citron. HEX triplet: 85, A4 and 08. RGB value is (133,164,8). Sum of RGB (Red+Green+Blue) = 133+164+8=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 164 (64.45% from 255 or 53.77% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 164 - color contains mainly: green. Hex color #85A408 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A408 is #7A5BF7. Grayscale: #898989. Windows color (decimal): -8018936 or 566405. OLE color: 566405.

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

Color convert

RGB 133 164 8 -
CMYK 0.19 0 0.95 0.36
HSL 71.92º 0.91% 0.34% -
HSV(B) 71.92º 0.95% 0.64% -
XYZ 22.99 31.56 5.11 -
YUV 136.95 55.23 125.18 -
System Red Green Blue C M Y K H S L
Decimal 133 164 8 0.19 0 0.95 0.36 71.92 0.91 0.34
Hex 85 A4 8 13 0 5F 24 48 5B 22
Octal 205 244 10 23 0 137 44 110 133 42
Binary 10000101 10100100 1000 10011 0 1011111 100100 1001000 1011011 100010

Color Harmonies of #85A408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A408

Black with #85A408

Text Example


Text Example

White with #85A408

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,164,8); }

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

background-color css

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

 a { background-color: rgb(133,164,8); }

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

border-color css

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

 span { border-color: rgb(133,164,8); }

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