Html Css Color HEX #859025 Citron

📋 copy color: '#859025'

red 133 ◦ green 144 ◦ blue 37

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

Shades of Citron #859025

Tints of Citron #859025

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.86%

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

R = 42.36%
G = 45.86%
B = 11.78%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.74

 K value IS 0.44

RGB Variations

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

Color information

#859025 (or 0x859025) is known color: Citron. HEX triplet: 85, 90 and 25. RGB value is (133,144,37). Sum of RGB (Red+Green+Blue) = 133+144+37=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 144 - color contains mainly: green. Hex color #859025 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859025 is #7A6FDA. Grayscale: #808080. Windows color (decimal): -8024027 or 2461829. OLE color: 2461829.

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

Color convert

RGB 133 144 37 -
CMYK 0.08 0 0.74 0.44
HSL 66.17º 0.59% 0.35% -
HSV(B) 66.17º 0.74% 0.56% -
XYZ 19.98 25.07 5.54 -
YUV 128.51 76.36 131.2 -
System Red Green Blue C M Y K H S L
Decimal 133 144 37 0.08 0 0.74 0.44 66.17 0.59 0.35
Hex 85 90 25 8 0 4A 2C 42 3B 23
Octal 205 220 45 10 0 112 54 102 73 43
Binary 10000101 10010000 100101 1000 0 1001010 101100 1000010 111011 100011

Color Harmonies of #859025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859025

Black with #859025

Text Example


Text Example

White with #859025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859025; }

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

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

background-color css

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

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

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

border-color css

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

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

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