Html Css Color HEX #859128 Citron

📋 copy color: '#859128'

red 133 ◦ green 145 ◦ blue 40

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

Shades of Citron #859128

Tints of Citron #859128

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.6%

 BLUE value IS 40 (16.02% from 255) = 12.58%

R = 41.82%
G = 45.6%
B = 12.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#859128 (or 0x859128) is known color: Citron. HEX triplet: 85, 91 and 28. RGB value is (133,145,40). Sum of RGB (Red+Green+Blue) = 133+145+40=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #859128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859128 is #7A6ED7. Grayscale: #818181. Windows color (decimal): -8023768 or 2658693. OLE color: 2658693.

HSL color Cylindrical-coordinate representation of color #859128: hue angle of 66.86º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #859128 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 145 40 -
CMYK 0.08 0 0.72 0.43
HSL 66.86º 0.57% 0.36% -
HSV(B) 66.86º 0.72% 0.57% -
XYZ 20.18 25.39 5.84 -
YUV 129.44 77.52 130.54 -
System Red Green Blue C M Y K H S L
Decimal 133 145 40 0.08 0 0.72 0.43 66.86 0.57 0.36
Hex 85 91 28 8 0 48 2B 43 39 24
Octal 205 221 50 10 0 110 53 103 71 44
Binary 10000101 10010001 101000 1000 0 1001000 101011 1000011 111001 100100

Color Harmonies of #859128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859128

Black with #859128

Text Example


Text Example

White with #859128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859128; }

 p { color: rgb(133,145,40); }

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

background-color css

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

 a { background-color: rgb(133,145,40); }

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

border-color css

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

 span { border-color: rgb(133,145,40); }

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