Html Css Color HEX #859A1C Citron

📋 copy color: '#859A1C'

red 133 ◦ green 154 ◦ blue 28

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

Shades of Citron #859A1C

Tints of Citron #859A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.89%

R = 42.22%
G = 48.89%
B = 8.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#859A1C (or 0x859A1C) is known color: Citron. HEX triplet: 85, 9A and 1C. RGB value is (133,154,28). Sum of RGB (Red+Green+Blue) = 133+154+28=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 154 (60.55% from 255 or 48.89% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 154 - color contains mainly: green. Hex color #859A1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859A1C is #7A65E3. Grayscale: #858585. Windows color (decimal): -8021476 or 1874565. OLE color: 1874565.

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

Color convert

RGB 133 154 28 -
CMYK 0.14 0 0.82 0.40
HSL 70º 0.69% 0.36% -
HSV(B) 70º 0.82% 0.6% -
XYZ 21.44 28.18 5.41 -
YUV 133.36 68.54 127.75 -
System Red Green Blue C M Y K H S L
Decimal 133 154 28 0.14 0 0.82 0.40 70 0.69 0.36
Hex 85 9A 1C E 0 52 28 46 45 24
Octal 205 232 34 16 0 122 50 106 105 44
Binary 10000101 10011010 11100 1110 0 1010010 101000 1000110 1000101 100100

Color Harmonies of #859A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859A1C

Black with #859A1C

Text Example


Text Example

White with #859A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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