#829B4B

Color #829B4B Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #829B4B

Tints of Chelsea Cucumber #829B4B

Color information

#829B4B (or 0x829B4B) is unknown color: approx 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

RGB13015575-
CMYK0.1600.520.39
HSL78.75º34.78%45.1%-
HSV(B)78.75º51.61%60.78%-
XYZ22.228.711.03-
YUV138.492.22122-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.11%
GREEN value IS 155 (60.94% from 255) = 43.06%
BLUE value IS 75 (29.69% from 255) = 20.83%
R=36.11%
G=43.06%
B=20.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal130155750.1600.520.3978.7534.7845.1
Hex829B4B10034274f232d
Octal20223311320064471174355
Binary100000101001101110010111000001101001001111001111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>