Html Css Color HEX #828B16 Trendy Green

📋 copy color: '#828B16'

red 130 ◦ green 139 ◦ blue 22

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

Shades of Trendy Green #828B16

Tints of Trendy Green #828B16

RGB

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

 GREEN value IS 139 (54.69% from 255) = 47.77%

 BLUE value IS 22 (8.98% from 255) = 7.56%

R = 44.67%
G = 47.77%
B = 7.56%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#828B16 (or 0x828B16) is known color: Trendy Green. HEX triplet: 82, 8B and 16. RGB value is (130,139,22). Sum of RGB (Red+Green+Blue) = 130+139+22=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 139 (54.69% from 255 or 47.77% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 139 - color contains mainly: green. Hex color #828B16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828B16 is #7D74E9. Grayscale: #7B7B7B. Windows color (decimal): -8221930 or 1477506. OLE color: 1477506.

HSL color Cylindrical-coordinate representation of color #828B16: hue angle of 64.62º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #828B16 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 139 22 -
CMYK 0.06 0 0.84 0.45
HSL 64.62º 0.73% 0.32% -
HSV(B) 64.62º 0.84% 0.55% -
XYZ 18.58 23.27 4.27 -
YUV 122.97 71.02 133.01 -
System Red Green Blue C M Y K H S L
Decimal 130 139 22 0.06 0 0.84 0.45 64.62 0.73 0.32
Hex 82 8B 16 6 0 54 2D 41 49 20
Octal 202 213 26 6 0 124 55 101 111 40
Binary 10000010 10001011 10110 110 0 1010100 101101 1000001 1001001 100000

Color Harmonies of #828B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828B16

Black with #828B16

Text Example


Text Example

White with #828B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828B16; }

 p { color: rgb(130,139,22); }

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

background-color css

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

 a { background-color: rgb(130,139,22); }

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

border-color css

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

 span { border-color: rgb(130,139,22); }

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