Html Css Color HEX #858925 Trendy Green

📋 copy color: '#858925'

red 133 ◦ green 137 ◦ blue 37

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

Shades of Trendy Green #858925

Tints of Trendy Green #858925

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.63%

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

R = 43.32%
G = 44.63%
B = 12.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.73

 K value IS 0.46

RGB Variations

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

Color information

#858925 (or 0x858925) is known color: Trendy Green. HEX triplet: 85, 89 and 25. RGB value is (133,137,37). Sum of RGB (Red+Green+Blue) = 133+137+37=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 37 (14.84% from 255 or 12.05% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #858925 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858925 is #7A76DA. Grayscale: #7C7C7C. Windows color (decimal): -8025819 or 2460037. OLE color: 2460037.

HSL color Cylindrical-coordinate representation of color #858925: hue angle of 62.4º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #858925 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 137 37 -
CMYK 0.03 0 0.73 0.46
HSL 62.4º 0.57% 0.34% -
HSV(B) 62.4º 0.73% 0.54% -
XYZ 18.95 23.01 5.19 -
YUV 124.4 78.67 134.13 -
System Red Green Blue C M Y K H S L
Decimal 133 137 37 0.03 0 0.73 0.46 62.4 0.57 0.34
Hex 85 89 25 3 0 49 2E 3E 39 22
Octal 205 211 45 3 0 111 56 76 71 42
Binary 10000101 10001001 100101 11 0 1001001 101110 111110 111001 100010

Color Harmonies of #858925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858925

Black with #858925

Text Example


Text Example

White with #858925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858925; }

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

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

background-color css

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

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

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

border-color css

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

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

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