Html Css Color HEX #869752 Chelsea Cucumber

📋 copy color: '#869752'

red 134 ◦ green 151 ◦ blue 82

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

Shades of Chelsea Cucumber #869752

Tints of Chelsea Cucumber #869752

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.14%

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

R = 36.51%
G = 41.14%
B = 22.34%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#869752 (or 0x869752) is known color: Chelsea Cucumber. HEX triplet: 86, 97 and 52. RGB value is (134,151,82). Sum of RGB (Red+Green+Blue) = 134+151+82=367 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.51% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 151 - color contains mainly: green. Hex color #869752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869752 is #7968AD. Grayscale: #8A8A8A. Windows color (decimal): -7956654 or 5412742. OLE color: 5412742.

HSL color Cylindrical-coordinate representation of color #869752: hue angle of 74.78º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #869752 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.41.

Color convert

RGB 134 151 82 -
CMYK 0.11 0 0.46 0.41
HSL 74.78º 0.3% 0.46% -
HSV(B) 74.78º 0.46% 0.59% -
XYZ 22.42 27.81 12.17 -
YUV 138.05 96.37 125.11 -
System Red Green Blue C M Y K H S L
Decimal 134 151 82 0.11 0 0.46 0.41 74.78 0.3 0.46
Hex 86 97 52 B 0 2E 29 4B 1E 2E
Octal 206 227 122 13 0 56 51 113 36 56
Binary 10000110 10010111 1010010 1011 0 101110 101001 1001011 11110 101110

Color Harmonies of #869752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869752

Black with #869752

Text Example


Text Example

White with #869752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869752; }

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

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

background-color css

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

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

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

border-color css

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

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

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