Html Css Color HEX #85940E Citron

📋 copy color: '#85940E'

red 133 ◦ green 148 ◦ blue 14

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

Shades of Citron #85940E

Tints of Citron #85940E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.17%

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

R = 45.08%
G = 50.17%
B = 4.75%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#85940E (or 0x85940E) is known color: Citron. HEX triplet: 85, 94 and 0E. RGB value is (133,148,14). Sum of RGB (Red+Green+Blue) = 133+148+14=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 148 (58.20% from 255 or 50.17% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 148 - color contains mainly: green. Hex color #85940E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85940E is #7A6BF1. Grayscale: #808080. Windows color (decimal): -8023026 or 955525. OLE color: 955525.

HSL color Cylindrical-coordinate representation of color #85940E: hue angle of 66.72º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85940E is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 148 14 -
CMYK 0.10 0 0.91 0.42
HSL 66.72º 0.83% 0.32% -
HSV(B) 66.72º 0.91% 0.58% -
XYZ 20.34 26.2 4.4 -
YUV 128.24 63.53 131.4 -
System Red Green Blue C M Y K H S L
Decimal 133 148 14 0.10 0 0.91 0.42 66.72 0.83 0.32
Hex 85 94 E A 0 5B 2A 43 53 20
Octal 205 224 16 12 0 133 52 103 123 40
Binary 10000101 10010100 1110 1010 0 1011011 101010 1000011 1010011 100000

Color Harmonies of #85940E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85940E

Black with #85940E

Text Example


Text Example

White with #85940E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85940E; }

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

 H1.HeaderClassName
 {
   color: #85940E;
 }
 .AnyTagClassName
 {
   color: #85940E;
 }
</style>

background-color css

<style>
 a { background-color: #85940E; }

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

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

border-color css

<style>
 span { border-color: #85940E; }

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

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