Shades of Chelsea Cucumber #829B4B
Tints of Chelsea Cucumber #829B4B
RGB
CMYK
RGB Variations
Color information
#829B4B (or 0x829B4B) is known color: Chelsea Cucumber. HEX triplet: 82, 9B and 4B. RGB value is (130,155,75). Sum of RGB (Red+Green+Blue) = 130+155+75=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 155 - color contains mainly: green. Hex color #829B4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829B4B is #7D64B4. Grayscale: #8A8A8A. Windows color (decimal): -8217781 or 4955010. OLE color: 4955010.
HSL color Cylindrical-coordinate representation of color #829B4B: hue angle of 78.75º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #829B4B is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 155 | 75 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.39 |
| HSL | 78.75º | 0.35% | 0.45% | - |
| HSV(B) | 78.75º | 0.52% | 0.61% | - |
| XYZ | 22.2 | 28.7 | 11.03 | - |
| YUV | 138.41 | 92.22 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 155 | 75 | 0.16 | 0 | 0.52 | 0.39 | 78.75 | 0.35 | 0.45 |
| Hex | 82 | 9B | 4B | 10 | 0 | 34 | 27 | 4F | 23 | 2D |
| Octal | 202 | 233 | 113 | 20 | 0 | 64 | 47 | 117 | 43 | 55 |
| Binary | 10000010 | 10011011 | 1001011 | 10000 | 0 | 110100 | 100111 | 1001111 | 100011 | 101101 |
Color Harmonies of #829B4B
Complementary color
Monochromatic Colors of #829B4B
Black with #829B4B
Text Example
Text Example
White with #829B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829B4B; }
p { color: rgb(130,155,75); }
H1.HeaderClassName
{
color: #829B4B;
}
.AnyTagClassName
{
color: #829B4B;
}
</style>
background-color css
<style>
a { background-color: #829B4B; }
a { background-color: rgb(130,155,75); }
div.DivClassName
{
background-color: #829B4B;
}
.BgClassName
{
background-color: #829B4B;
}
</style>
border-color css
<style>
span { border-color: #829B4B; }
span { border-color: rgb(130,155,75); }
td.TdClassName
{
border-color: #829B4B;
}
.TagClassName
{
border-color: #829B4B;
}
</style>