Html Css Color HEX #869B53 Chelsea Cucumber

📋 copy color: '#869B53'

red 134 ◦ green 155 ◦ blue 83

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

Shades of Chelsea Cucumber #869B53

Tints of Chelsea Cucumber #869B53

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.67%

 BLUE value IS 83 (32.81% from 255) = 22.31%

R = 36.02%
G = 41.67%
B = 22.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#869B53 (or 0x869B53) is known color: Chelsea Cucumber. HEX triplet: 86, 9B and 53. RGB value is (134,155,83). Sum of RGB (Red+Green+Blue) = 134+155+83=372 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.02% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 155 - color contains mainly: green. Hex color #869B53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869B53 is #7964AC. Grayscale: #8C8C8C. Windows color (decimal): -7955629 or 5479302. OLE color: 5479302.

HSL color Cylindrical-coordinate representation of color #869B53: hue angle of 77.5º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #869B53 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB 134 155 83 -
CMYK 0.14 0 0.46 0.39
HSL 77.5º 0.3% 0.47% -
HSV(B) 77.5º 0.46% 0.61% -
XYZ 23.11 29.14 12.59 -
YUV 140.51 95.54 123.35 -
System Red Green Blue C M Y K H S L
Decimal 134 155 83 0.14 0 0.46 0.39 77.5 0.3 0.47
Hex 86 9B 53 E 0 2E 27 4E 1E 2F
Octal 206 233 123 16 0 56 47 116 36 57
Binary 10000110 10011011 1010011 1110 0 101110 100111 1001110 11110 101111

Color Harmonies of #869B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869B53

Black with #869B53

Text Example


Text Example

White with #869B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,155,83); }

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

background-color css

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

 a { background-color: rgb(134,155,83); }

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

border-color css

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

 span { border-color: rgb(134,155,83); }

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