Html Css Color HEX #859A0A Citron

📋 copy color: '#859A0A'

red 133 ◦ green 154 ◦ blue 10

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

Shades of Citron #859A0A

Tints of Citron #859A0A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 51.85%

 BLUE value IS 10 (4.3% from 255) = 3.37%

R = 44.78%
G = 51.85%
B = 3.37%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#859A0A (or 0x859A0A) is known color: Citron. HEX triplet: 85, 9A and 0A. RGB value is (133,154,10). Sum of RGB (Red+Green+Blue) = 133+154+10=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 154 (60.55% from 255 or 51.85% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 154 - color contains mainly: green. Hex color #859A0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859A0A is #7A65F5. Grayscale: #838383. Windows color (decimal): -8021494 or 694917. OLE color: 694917.

HSL color Cylindrical-coordinate representation of color #859A0A: hue angle of 68.75º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #859A0A is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.40.

Color convert

RGB 133 154 10 -
CMYK 0.14 0 0.94 0.40
HSL 68.75º 0.88% 0.32% -
HSV(B) 68.75º 0.94% 0.6% -
XYZ 21.28 28.12 4.59 -
YUV 131.31 59.54 129.21 -
System Red Green Blue C M Y K H S L
Decimal 133 154 10 0.14 0 0.94 0.40 68.75 0.88 0.32
Hex 85 9A A E 0 5E 28 45 58 20
Octal 205 232 12 16 0 136 50 105 130 40
Binary 10000101 10011010 1010 1110 0 1011110 101000 1000101 1011000 100000

Color Harmonies of #859A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859A0A

Black with #859A0A

Text Example


Text Example

White with #859A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859A0A; }

 p { color: rgb(133,154,10); }

 H1.HeaderClassName
 {
   color: #859A0A;
 }
 .AnyTagClassName
 {
   color: #859A0A;
 }
</style>

background-color css

<style>
 a { background-color: #859A0A; }

 a { background-color: rgb(133,154,10); }

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

border-color css

<style>
 span { border-color: #859A0A; }

 span { border-color: rgb(133,154,10); }

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