Html Css Color HEX #827B17 Trendy Green

📋 copy color: '#827B17'

red 130 ◦ green 123 ◦ blue 23

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

Shades of Trendy Green #827B17

Tints of Trendy Green #827B17

RGB

 RED value IS 130 (51.17% from 255) = 47.1%

 GREEN value IS 123 (48.44% from 255) = 44.57%

 BLUE value IS 23 (9.38% from 255) = 8.33%

R = 47.1%
G = 44.57%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#827B17 (or 0x827B17) is known color: Trendy Green. HEX triplet: 82, 7B and 17. RGB value is (130,123,23). Sum of RGB (Red+Green+Blue) = 130+123+23=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 123 (48.44% from 255 or 44.57% from 276); Blue value is 23 (9.38% from 255 or 8.33% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #827B17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827B17 is #7D84E8. Grayscale: #727272. Windows color (decimal): -8226025 or 1538946. OLE color: 1538946.

HSL color Cylindrical-coordinate representation of color #827B17: hue angle of 56.07º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #827B17 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 123 23 -
CMYK 0 0.05 0.82 0.49
HSL 56.07º 0.7% 0.3% -
HSV(B) 56.07º 0.82% 0.51% -
XYZ 16.44 18.97 3.61 -
YUV 113.69 76.82 139.63 -
System Red Green Blue C M Y K H S L
Decimal 130 123 23 0 0.05 0.82 0.49 56.07 0.7 0.3
Hex 82 7B 17 0 5 52 31 38 46 1E
Octal 202 173 27 0 5 122 61 70 106 36
Binary 10000010 1111011 10111 0 101 1010010 110001 111000 1000110 11110

Color Harmonies of #827B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827B17

Black with #827B17

Text Example


Text Example

White with #827B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827B17; }

 p { color: rgb(130,123,23); }

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

background-color css

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

 a { background-color: rgb(130,123,23); }

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

border-color css

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

 span { border-color: rgb(130,123,23); }

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