Html Css Color HEX #869A52 Chelsea Cucumber

📋 copy color: '#869A52'

red 134 ◦ green 154 ◦ blue 82

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

Shades of Chelsea Cucumber #869A52

Tints of Chelsea Cucumber #869A52

RGB

 RED value IS 134 (52.73% from 255) = 36.22%

 GREEN value IS 154 (60.55% from 255) = 41.62%

 BLUE value IS 82 (32.42% from 255) = 22.16%

R = 36.22%
G = 41.62%
B = 22.16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#869A52 (or 0x869A52) is known color: Chelsea Cucumber. HEX triplet: 86, 9A and 52. RGB value is (134,154,82). Sum of RGB (Red+Green+Blue) = 134+154+82=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 154 - color contains mainly: green. Hex color #869A52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869A52 is #7965AD. Grayscale: #8C8C8C. Windows color (decimal): -7955886 or 5413510. OLE color: 5413510.

HSL color Cylindrical-coordinate representation of color #869A52: hue angle of 76.67º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #869A52 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB 134 154 82 -
CMYK 0.13 0 0.47 0.40
HSL 76.67º 0.31% 0.46% -
HSV(B) 76.67º 0.47% 0.6% -
XYZ 22.91 28.79 12.33 -
YUV 139.81 95.37 123.85 -
System Red Green Blue C M Y K H S L
Decimal 134 154 82 0.13 0 0.47 0.40 76.67 0.31 0.46
Hex 86 9A 52 D 0 2F 28 4D 1F 2E
Octal 206 232 122 15 0 57 50 115 37 56
Binary 10000110 10011010 1010010 1101 0 101111 101000 1001101 11111 101110

Color Harmonies of #869A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869A52

Black with #869A52

Text Example


Text Example

White with #869A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869A52; }

 p { color: rgb(134,154,82); }

 H1.HeaderClassName
 {
   color: #869A52;
 }
 .AnyTagClassName
 {
   color: #869A52;
 }
</style>

background-color css

<style>
 a { background-color: #869A52; }

 a { background-color: rgb(134,154,82); }

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

border-color css

<style>
 span { border-color: #869A52; }

 span { border-color: rgb(134,154,82); }

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