Html Css Color HEX #859125 Citron

📋 copy color: '#859125'

red 133 ◦ green 145 ◦ blue 37

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

Shades of Citron #859125

Tints of Citron #859125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.75%

R = 42.22%
G = 46.03%
B = 11.75%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#859125 (or 0x859125) is known color: Citron. HEX triplet: 85, 91 and 25. RGB value is (133,145,37). Sum of RGB (Red+Green+Blue) = 133+145+37=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 37 (14.84% from 255 or 11.75% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #859125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859125 is #7A6EDA. Grayscale: #818181. Windows color (decimal): -8023771 or 2462085. OLE color: 2462085.

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

Color convert

RGB 133 145 37 -
CMYK 0.08 0 0.74 0.43
HSL 66.67º 0.59% 0.36% -
HSV(B) 66.67º 0.74% 0.57% -
XYZ 20.13 25.37 5.59 -
YUV 129.1 76.02 130.78 -
System Red Green Blue C M Y K H S L
Decimal 133 145 37 0.08 0 0.74 0.43 66.67 0.59 0.36
Hex 85 91 25 8 0 4A 2B 43 3B 24
Octal 205 221 45 10 0 112 53 103 73 44
Binary 10000101 10010001 100101 1000 0 1001010 101011 1000011 111011 100100

Color Harmonies of #859125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859125

Black with #859125

Text Example


Text Example

White with #859125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859125; }

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

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

background-color css

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

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

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

border-color css

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

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

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