Html Css Color HEX #829C8C Bay Leaf

📋 copy color: '#829C8C'

red 130 ◦ green 156 ◦ blue 140

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

Shades of Bay Leaf #829C8C

Tints of Bay Leaf #829C8C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.62%

 BLUE value IS 140 (55.08% from 255) = 32.86%

R = 30.52%
G = 36.62%
B = 32.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#829C8C (or 0x829C8C) is known color: Bay Leaf. HEX triplet: 82, 9C and 8C. RGB value is (130,156,140). Sum of RGB (Red+Green+Blue) = 130+156+140=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 156 - color contains mainly: green. Hex color #829C8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829C8C is #7D6373. Grayscale: #929292. Windows color (decimal): -8217460 or 9215106. OLE color: 9215106.

HSL color Cylindrical-coordinate representation of color #829C8C: hue angle of 143.08º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #829C8C is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 156 140 -
CMYK 0.17 0 0.10 0.39
HSL 143.08º 0.12% 0.56% -
HSV(B) 143.08º 0.17% 0.61% -
XYZ 25.83 30.42 29.32 -
YUV 146.4 124.39 116.3 -
System Red Green Blue C M Y K H S L
Decimal 130 156 140 0.17 0 0.10 0.39 143.08 0.12 0.56
Hex 82 9C 8C 11 0 A 27 8F C 38
Octal 202 234 214 21 0 12 47 217 14 70
Binary 10000010 10011100 10001100 10001 0 1010 100111 10001111 1100 111000

Color Harmonies of #829C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829C8C

Black with #829C8C

Text Example


Text Example

White with #829C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829C8C; }

 p { color: rgb(130,156,140); }

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

background-color css

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

 a { background-color: rgb(130,156,140); }

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

border-color css

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

 span { border-color: rgb(130,156,140); }

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